{{ $defaultColor := .Site.Params.defaultColor | default "auto" }} {{ if eq $defaultColor "dark" }} {{ else if eq $defaultColor "light" }} {{ else }} {{ end }} {{ partial "head.html" . }}
{{ partial "scripts.html" . }} {{ partial "nav.html" . }} {{ block "main" . }}{{ end }} {{ partial "footer.html" . }}