{{- partial "header.html" . -}} {{ if .Site.GoogleAnalytics }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} {{- partial "navigators/navbar.html" . -}} {{- partial "sections/home.html" . -}} {{ if .Site.Data.sections }} {{ $background:= "bg-white"}} {{ range sort .Site.Data.sections "section.weight" }} {{ if .section.enable }}
{{ if .section.template }} {{- partial .section.template . -}} {{ else }} {{- partial (printf "sections/%s.html" (replace (lower .section.name) " " "-")) . -}} {{ end }}
{{ if eq $background "bg-white" }} {{ $background = "bg-dimmed" }} {{ else }} {{ $background = "bg-white" }} {{end}} {{ end }} {{ end }} {{ end }} {{- partial "footer.html" . -}} {{ partial "scripts.html" . }}