{{ if eq .Type "alert" }} {{ $postAlert := site.Params.postAlerts }} {{ $alertCfg := index $postAlert .AlertType }}
{{ with .AlertTitle }} {{ . }} {{ else }} {{ or (T (printf "PostAlert.%s" .AlertType)) (title .AlertType) }} {{ end }}
{{ .Text }}
{{ else }}
{{ .Text }}
{{ end }}