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

6 lines
141 B
HTML
Raw Normal View History

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