hugo-theme-relearn/layouts/shortcodes/tabs.html
2022-06-23 13:24:54 +02:00

6 lines
No EOL
170 B
HTML

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