hugo-theme-relearn/layouts/partials/_main.html

9 lines
269 B
HTML
Raw Normal View History

2022-04-11 21:04:49 +00:00
{{- partial "header.html" . }}
2022-07-05 22:15:33 +00:00
{{- if not .File }}
{{- partial "initial.html" . }}
{{- else if eq (.Scratch.Get "relearnOutputFormat") "PRINT" }}
2022-04-11 21:04:49 +00:00
{{- partial "body.print.html" . }}
{{- else }}
{{- partial "body.html" . }}
{{- end }}
{{- partial "footer.html" . }}