{{ partial "head/head" . }} {{ partial "head/body-class" . }} {{ partial "header/header" . }}
{{ if and (eq site.Params.doks.containerBreakpoint "fluid") (or (not (in .Site.Params.mainSections .Type)) (.IsNode)) }}
{{ end }} {{ block "main" . }}{{ end }} {{ if and (eq site.Params.doks.containerBreakpoint "fluid") (or (not (in .Site.Params.mainSections .Type)) (.IsNode)) }}
{{ end }}
{{ block "sidebar-prefooter" . }}{{ end }} {{ block "sidebar-footer" . }}{{ end }} {{ partial "footer/footer" . }} {{ partial "footer/script-footer" . }} {{ if eq site.Params.doks.toTopButton true -}} {{ partial "footer/to-top" . }} {{ end }}