17 lines
340 B
HTML
17 lines
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" ""
|
||
|
) }}
|