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