hugo-theme-relearn/layouts/partials/_main.html
2022-07-06 00:15:33 +02:00

9 lines
No EOL
269 B
HTML

{{- partial "header.html" . }}
{{- if not .File }}
{{- partial "initial.html" . }}
{{- else if eq (.Scratch.Get "relearnOutputFormat") "PRINT" }}
{{- partial "body.print.html" . }}
{{- else }}
{{- partial "body.html" . }}
{{- end }}
{{- partial "footer.html" . }}