{{ define "main" }} {{ partial "page-header.html" . }} {{ if .Params.service.enable }} {{ with .Params.service }} {{ range $i,$p := .service_item }} {{if modBool $i 2}}

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ if .button.enable }} {{ with .button }} {{ .label }} {{ end }} {{ end }}
{{ if .youtube.enable }} {{ with .youtube }}
{{ end }} {{ else }}
{{ range .images }} {{ end }} {{ end }}
{{ else }}
{{ if .youtube.enable }} {{ with .youtube }}
{{ end }} {{ else }}
{{ range .images }} {{ end }}
{{ end }}

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ if .button.enable }} {{ with .button }} {{ .label }} {{ end }} {{ end }}
{{ end }} {{ end }} {{ end }} {{ end }} {{ if .Params.call_to_action.enable }} {{ with .Params.call_to_action }}

{{ .title | markdownify }}

{{with .content }}

{{ . | markdownify }}

{{ end }} {{ if .button.enable }} {{ with .button }} {{ .label }} {{ end }} {{ end }}
{{ end }} {{ end }} {{ end }}