culinary.kemonine.info/themes/hugo-theme-relearn/layouts/shortcodes/tabs.html

6 lines
170 B
HTML
Raw Normal View History

2022-12-03 15:27:03 +00:00
{{- partial "shortcodes/tabs.html" (dict
"context" .
"content" .Inner
"groupid" ((.Get "groupid") | default (.Get "groupId"))
"tabs" (.Scratch.Get "tabs")
) }}