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

5 lines
No EOL
166 B
HTML

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