{{ $primary_link_button := .Params.link_buttons.primary }} {{ $secondary_link_button := .Params.link_buttons.secondary }}
{{ $h1 := split .Params.h1 " " }}

{{ index $h1 0 }} {{ index $h1 1 }}

{{ .Params.description | safeHTML }}
{{ range .Params.sections }} {{ if eq .type "cards-logo-label-link" }}

{{ .heading }}

{{ if .description }} {{ .description | safeHTML }} {{ end }}
{{ else if eq .type "full-width-cards" }}

{{ .heading }}

{{ range .cards }}

{{ .heading }}

{{ .description }}

{{ end }}
{{ else if eq .type "blue-sparkle" }}

{{ .heading }}

{{ .description }}

{{ else if eq .type "flat" }}

{{ .heading }}

{{ .description | safeHTML }}
{{ end }} {{ end }}