{{ $content_type := .Get "content" | default "text" }} {{ $index := .Get "index" | default "1 md-1 lg-1 xl-1" }} {{ $order := delimit (split $index " ") " order-" }} {{ $col1 := .Get "col" | default 5 }} {{ $col2 := sub 12 $col1 }}
{{ .Get

{{ .Get "header" }}

{{ if eq $content_type "text" }} {{ .Inner | markdownify }} {{ end }} {{ if eq $content_type "html" }} {{ .Inner | htmlUnescape | safeHTML }} {{ end }}