{{- partial "header.html" . -}} {{ if .Site.GoogleAnalytics }} {{ template "_internal/google_analytics_async.html" . }} {{ end }}
{{- partial "navigators/navbar.html" . -}} {{- partial "sections/home.html" . -}} {{ $sections:= .Site.Data.sections }} {{ if (index .Site.Data .Site.Language.Lang).sections }} {{ $sections = (index .Site.Data .Site.Language.Lang).sections }} {{ end }} {{ if $sections }} {{ $background:= "bg-white"}} {{ range sort $sections "section.weight" }} {{ if .section.enable }}