Back to Hugo

Alert

docs/layouts/_partials/layouts/blocks/alert.html

0.162.1275 B
Original Source

{{- $title := .title | default "" }} {{- $color := .color | default "yellow" }} {{- $icon := .icon | default "exclamation-triangle" }} {{- $text := .text | default "" }} {{- $class := .class | default "mt-6 mb-8" }}

{{- with $title }}

{{ . }}

{{- end }} {{ $text }}