Back to Falco

Content

layouts/shortcodes/blocks/content.html

latest363 B
Original Source

{{ $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 }}