{{ define "body_classes" }}page-home{{ end }} {{ define "main" }}
{{ .Content }} {{ if .Site.Params.homepage.show_contact_box }} {{ partial "call.html" (dict "site" .Site "context" . "show_button" "true") }} {{ end }}
{{ if .Params.intro_image }}
{{
{{ end }}
{{ $services := where (where .Site.RegularPages "Type" "services") ".Params.featured" true }} {{if gt (len $services) 0}}
{{ range first 6 (sort $services ".Params.weight") }}
{{ .Render "summary" }}
{{ end }}
{{ if .Site.Params.homepage.show_services_button }} {{ end }}
{{end}} {{if .Site.Data.features}}
{{ range .Site.Data.features }}
{{ if .image }}
{{ .Title }} logo
{{ end }}

{{ .title }}

{{ .description }}

{{end}}
{{end}} {{ end }} {{ define "footer_js" }} {{ end }}