{{ $col_id := .Get "color" | default "transparent" }} {{ $type := .Get "type" | default "" }} {{ $content_type := .Get "content" | default "text" }} {{ $wrap := .Get "wrap" }}
{{ with $wrap }}
{{ end }} {{ if eq $content_type "text" }} {{ .Inner | markdownify }} {{ end }} {{ if eq $content_type "html" }} {{ .Inner | htmlUnescape | safeHTML }} {{ end }}