{{ 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 "header/header.html" . -}} {{ if and (site.Params.search.active) (eq site.Params.search.position "fixed")}} {{ partial "header/search.html" (dict "position" "fixed" "context" . ) }} {{ end }} {{- block "main" . }}{{- end }} {{- partial "hooks/before-main-end" . -}} {{- partial "footer/footer.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 -}} {{- partial "commons/lightbox/lightbox-container.html" . -}}