{{ $sectionTitle := .Scratch.Get "sectionTitle" }} {{ with (index .Site.Data.landing $sectionTitle) }} {{ if eq .enable true }}
{{ with .title }}

{{ . }}

{{ end }} {{ with .subtitle }}

{{ . | markdownify }}

{{ end }}
{{ range .items }}
{{ .icon }}

{{ .title }}

{{ .description | markdownify }}

{{ with .ctaLink }} {{ end }}
{{ end }}
{{ end }} {{ end }}