19 lines
409 B
HTML
19 lines
409 B
HTML
{{- $page := .page }}
|
|
{{- $cards := (slice | append (dict
|
|
"color" .color
|
|
"content" .content
|
|
"href" .href
|
|
"icon" .icon
|
|
"image" .image
|
|
"params" .params
|
|
"style" .style
|
|
"template" .template
|
|
"title" .title
|
|
)) }}
|
|
{{- partial "shortcodes/cards.html" (dict
|
|
"page" $page
|
|
"color" ""
|
|
"content" $cards
|
|
"style" ""
|
|
"template" ""
|
|
) }} |