hugo-theme-relearn/layouts/partials/shortcodes/tab.html

5 lines
166 B
HTML
Raw Normal View History

{{- partial "shortcodes/tabs.html" (dict
"context" .context
"groupid" ""
"content" (slice | append (dict "name" (trim .name " ") "content" .content))
) }}