{{- partial "head.html" . -}} {{ template "_internal/opengraph.html" . }}
{{- partial "header.html" . -}}
{{ if .Site.Data.homepage.highlight.enable }} {{ with .Site.Data.homepage.highlight }}
{{/* Include 'safeHTML' function to render the HTML in strings */}}

{{ .header | safeHTML }}

{{ .content | safeHTML }}

{{ end }} {{ end }} {{ if .Site.Data.homepage.features.enable }} {{ with .Site.Data.homepage.features }}
{{ range .rows }}
{{ range .items }}

{{ .title }}

{{ .content }}

{{ end }}
{{ end }}
{{ end }} {{ end }} {{ if .Site.Data.homepage.blog.enable }} {{ with $blogSettings := .Site.Data.homepage.blog }} {{ with .header }}

{{ . }}

{{ end }}
{{ range first .postCount (where site.RegularPages "Type" "in" site.Params.mainSections) }}
{{ with partial "bannerURL" . }} {{ end }}

{{ .Title }}

{{ with .Date }}

{{ .Format "Jan 2, 2006" }}

{{ end }} {{ with .Description }}

{{ . }}

{{ else }}

{{ .Summary }}

{{ end }}
{{ end }}
{{ end }} {{ end }}
{{ if .Site.Data.homepage.cta.enable }} {{ with .Site.Data.homepage.cta}}

{{ .header }}

{{ .content }}

{{ end }} {{ end }} {{- partial "footer.html" . -}}
{{- partial "scripts.html" . -}}