{{ define "main" }} {{ partial "hero.html" . }} {{ partial "usps.html" . }} {{ if .Params.info_section }}
{{ with .Params.info_section.image }} {{ $.Params.info_section.image_alt | default {{ end }}
{{ with .Params.info_section.eyebrow }} {{ . }} {{ end }}

{{ .Params.info_section.title }}

{{ range .Params.info_section.text_paragraphs }}
{{ .paragraph | markdownify }}
{{ end }}
{{ end }} {{ partial "mogelijkheden.html" . }} {{ partial "map.html" . }} {{ partial "modellen.html" . }} {{ if .Content }}
{{ .Content }}
{{ end }} {{ if .Params.about_section }}
{{ with .Params.about_section.image }} {{ $.Params.info_section.image_alt | default {{ end }}
{{ with .Params.about_section.eyebrow }} {{ . }} {{ end }}

{{ .Params.about_section.title }}

{{ range .Params.about_section.text_paragraphs }}

{{ . | markdownify }}

{{ end }}
{{ end }} {{ partial "faq.html" . }} {{ partial "footer-contact.html" . }} {{ end }}