{{ partial "head/css.html" }} {{ partial "head/seo.html" . }} {{ partial "head/favicons.html" . }} {{ partial "head/rss.html" . }} {{ partial "head/script.html" . }} {{ partial "head/extras.html" . }} {{ $body_class := printf "%s__%s" .Type .Kind }} {{ $pageclass := partial "GetBodyclass" . }} {{ $body_class = printf "%s %s" $body_class $pageclass }} {{- partial "header/accessibility.html" -}} {{- partial "header/header.html" -}} {{- block "main" . }}{{- end }} {{- partial "hooks/before-main-end" . -}} {{- partial "footer/footer.html" . -}} {{- partial "footer/cookie-banner.html" . -}} {{- partial "footer/js.html" . -}} {{- partial "footer/script.html" . -}} {{- if not hugo.IsProduction -}} {{- partial "footer/debug.html" . -}} {{- end -}}