hugo-theme-relearn/layouts/shortcodes/tabs.html
2023-05-18 14:01:50 +02:00

6 lines
No EOL
174 B
HTML

{{- partial "shortcodes/tabs.html" (dict
"context" .Page
"content" .Inner
"groupid" ((.Get "groupid") | default (.Get "groupId"))
"tabs" (.Scratch.Get "tabs")
) }}