culinary.kemonine.info/themes/hugo-theme-relearn/layouts/shortcodes/tabs.html
2022-12-03 10:27:03 -05:00

6 lines
170 B
HTML

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