{{ $is_markdown := .Get "isMarkdown" | default "true" }} {{ if eq $is_markdown "true" }} {{ .Inner | markdownify }} {{ else }} {{ .Inner }} {{ end }}