7 lines
150 B
HTML
7 lines
150 B
HTML
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
{{ partial "layouts/blocks/alert.html" (dict
|
|
"text" .Inner
|
|
"color" "blue"
|
|
"icon" "exclamation"
|
|
)
|
|
}}
|