{{ $emojis := dict "caution" "đ¨" "important" "â" "note" "âšī¸" "tip" "đĄ" "warning" "â ī¸" }} {{ if eq .Type "alert" }}
{{ else }}{{ index $emojis .AlertType }} {{ with .AlertTitle }} {{ . }} {{ else }} {{ or (i18n .AlertType) (title .AlertType) }} {{ end }}
{{ .Text }}
{{ .Text }}{{ end }}