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

{{ . }}

{{ end }} {{ with .hlcolor }}
{{ end }}
{{ end }} {{ with .description }}
{{ . | markdownify }}
{{ end }} {{ with .cards }}
{{ range . }} {{ $card := . }}
{{ with .image }}
{{ $card.subtitle | default
{{ end }}
{{ with .subtitle }}
{{ . }}
{{ end }} {{ with .description }}
{{ . | markdownify }}
{{ end }} {{ with .button }} {{ end }}
{{ end }}
{{ end }} {{ with .cards }}
{{ range . }} {{ if .button }} {{ with .button }} {{ end }} {{ else }}
{{ end }} {{ end }}
{{ end }}