Back to Skaffold

Alert

docs-v2/layouts/shortcodes/alert.html

2.19.0179 B
Original Source

{{ $_hugo_config := { "version": 1 } }} {{ $color := .Get "color" | default "primary" }}

{{ with .Get "title" }}

{{ . | safeHTML }}

{{ end }} {{ .Inner | markdownify }}