hugo-theme-relearn/layouts/shortcodes/tabs.html

6 lines
170 B
HTML
Raw Normal View History

{{- partial "shortcodes/tabs.html" (dict
"context" .
"content" .Inner
2022-06-23 11:24:54 +00:00
"groupid" ((.Get "groupid") | default (.Get "groupId"))
"tabs" (.Scratch.Get "tabs")
) }}