{{ partial "head/csp.html" }} {{ partial "head/css.html" }} {{ partial "head/seo.html" . }} {{ partial "head/favicons.html" . }} {{ partial "head/rss.html" . }} {{ partial "head/script.html" . }} {{ partial "head/extras.html" . }} {{- partial "header/accessibility.html" -}} {{- partial "hooks/before-header" . -}} {{- partial "header/header.html" . -}} {{ partial "commons/search/button.html" "fixed" }} {{- block "main" . }}{{- end }} {{- partial "hooks/before-main-end" . -}} {{- partial "footer/footer.html" . -}} {{- partial "commons/lightbox/lightbox.html" . -}} {{- partial "commons/search/modal.html" . -}} {{- partial "footer/plausible.html" . -}} {{- partial "footer/js.html" . -}} {{- partial "footer/script.html" . -}} {{- if or (not hugo.IsProduction) site.Params.debug.active -}} {{- partial "footer/debug.html" . -}} {{- end -}}