{{ partial "head/head.html" . }} {{ partial "head/body-class.html" . }} {{ partial "header/header.html" . }}
{{ block "main" . }}{{ end }}
{{ block "sidebar-footer" . }}{{ end }} {{ partial "footer/footer.html" . }} {{ if templates.Exists "partials/footer/script-footer.html" -}} {{ partial "footer/script-footer.html" . }} {{- else if templates.Exists "partials/footer/script-footer-core.html" -}} {{ partial "footer/script-footer-core.html" . }} {{- end }}