hugo-theme-relearn/layouts/shortcodes/tabs.html
2023-05-23 23:57:48 +02:00

6 lines
No EOL
180 B
HTML

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