{{ if eq .Type "alert" }} {{- $type := .AlertType -}} {{- $icons := site.Params.article.alertIcon -}} {{- $icon := index $icons $type -}}
{{- $icon -}} {{- with .AlertTitle -}} {{ . }} {{- else -}} {{ or (i18n (printf "article.alert.%s" $type)) (title $type) }} {{- end -}}
{{ .Text }}
{{ else }}
{{ .Text }}
{{ end }}