hugo-theme-relearn/layouts/shortcodes/tabs.html
2022-06-22 21:41:23 +02:00

6 lines
No EOL
141 B
HTML

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