mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
9 lines
No EOL
269 B
HTML
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" . }} |