hugo-theme-relearn/layouts/partials/shortcodes/tab.html
2023-06-05 23:18:12 +02:00

17 lines
No EOL
340 B
HTML

{{- $tabs := (slice | append (dict
"color" .color
"content" .content
"icon" .icon
"name" .name
"style" .style
"title" .title
)) }}
{{- partial "shortcodes/tabs.html" (dict
"context" .context
"color" ""
"content" $tabs
"groupid" ""
"icon" ""
"style" ""
"title" ""
) }}