{{ partial "header" . }} {{ partial "nav" . }} {{ partial "banner" . }} {{ "" | safeHTML }}
{{ if .Params.Services.title }}

{{ .Params.Services.title }}

{{ .Params.Services.text | markdownify }}

{{ partial "map" . }}
{{ end }} {{ if .Params.Feature_icons.enable }} {{ $tiles := .Params.Feature_icons.tile }} {{ $len := (len $tiles) }}
{{ range $index, $key := $tiles}}
{{ if $key.url }}
{{ end }}

{{ $key.title }}

{{ $key.text | markdownify }}

{{ if $key.url }}
{{ end }}
{{ if and (mod $index 2) (lt (add $index 1) $len) }}
{{ end }} {{ end }}
{{ end }} {{ if .Params.Feature_images.enable }} {{ $tiles := .Params.Feature_images.tile }} {{ $len := (len $tiles) }}
{{ range $index, $key := $tiles }}

{{ $key.title }}

{{ $key.text | markdownify }}

{{ if $key.button_text }} {{ end }}
{{ if and (mod $index 2) (lt (add $index 1) $len) }}
{{ end }} {{ end }} {{/* end range $tiles*/}}
{{ end }} {{/* end if Feature_images*/}}
{{ "" | safeHTML }}

{{ .Params.CTA.heading}}

{{ .Params.CTA.message}}

{{ partial "contact" .}}
{{ partialCached "footer" . }} {{ partial "scripts" . }}