{{ $emojis := dict "caution" "🚨" "important" "☝️" "note" "ℹ️" "tip" "💡" "warning" "⚠️" "announcement" "📣" }} {{ if eq .Type "alert" }}
{{ with .AlertTitle }} {{.}} {{ else }} {{ index $emojis .AlertType }} {{ end }}
{{ .Text }}
{{ else }}
{{ .Text }}
{{ end }}