{{- $type := .AlertType -}} {{- $icons := site.Params.article.alertIcon -}} {{- $icon := index $icons $type -}}
{{- if $type -}}
{{- $icon -}} {{- title $type -}}
{{- end -}}
{{ .Text }}