{{ $type := .Get "type"}} {{ $icon := "alert-circle"}} {{ if eq $type "success" }} {{ $icon = "check-circle"}} {{ else if eq $type "warning" }} {{ $icon = "alert-triangle"}} {{ else if eq $type "danger" }} {{ $icon = "alert-octagon"}} {{ else if eq $type "info" }} {{ $icon = "info"}} {{ end }}
{{.Inner | markdownify }}