{{ $type := .Get "type" }}
{{ if eq $type "alert" }} 🚨 Alert
{{ .Get "text" }} {{ else if eq $type "custom" }} {{ .Get "emoji" }} {{ .Get "title" }}
{{ .Get "text" }} {{ else if eq $type "tip" }} 🔎 Tip
{{ .Get "text" }} {{ else if eq $type "warning" }} ⚠️ Warning
{{ .Get "text" }} {{ else}} 💡 {{ .Get "text" }} {{ end }}