{{- partial "head.html" . -}} {{- partial "nav.html" . -}} {{- block "page-background" . -}}{{- end -}}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}} {{- $js := resources.Get "js/main.js" -}} {{- if eq hugo.Environment "production" -}} {{- $js = $js | minify | fingerprint "sha256" -}} {{- end -}} {{- block "scripts" . }}{{- end }} {{- if and (eq hugo.Environment "production") .Site.Params.umamiId -}} {{- end -}}