{{ $emojis := dict "caution" "🚨" "important" "❕" "note" "â„šī¸" "tip" "💡" "warning" "âš ī¸" }} {{ if eq .Type "alert" }}

{{ index $emojis .AlertType }} {{ with .AlertTitle }} {{ . }} {{ else }} {{ or (i18n .AlertType) (title .AlertType) }} {{ end }}

{{ .Text }}
{{ else }}
{{ .Text }}
{{ end }}