{{ $icon := default "triangle-exclamation" (.Get "icon") }} {{ $cardColor := default "NULL" (.Get "cardColor") }} {{ $iconColor := default "NULL" (.Get "iconColor") }} {{ $textColor := default "NULL" (.Get "textColor") }} {{ if eq $cardColor "NULL" }}
{{ else }}
{{ end }} {{ if eq $iconColor "NULL" }} {{ else }} {{ end }} {{ partial "icon.html" $icon }} {{ if eq $textColor "NULL" }} {{ else }} {{ end }} {{- .Inner | markdownify -}}