{{ $headerFontSize := 32 }}
{{ with .header }} {{ $headerFontSize = .fontSize }} {{ $header := . }}
{{ with .title }}

{{ . }}

{{ end }} {{ with .hlcolor }}
{{ end }}
{{ end }} {{ with .body }}
{{ $body := . }} {{ if or (eq .imagePosition "left") (not .imagePosition) }} {{ with .image }}
{{ $body.subtitle | default
{{ end }} {{ end }}
{{ with .subtitle }}
{{ . }}
{{ end }} {{ with .description }}
{{ . | markdownify }}
{{ end }}
{{ if eq .imagePosition "right" }} {{ with .image }}
{{ $body.subtitle | default
{{ end }} {{ end }}
{{ end }}