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

6 lines
180 B
HTML
Raw Normal View History

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