mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 12:55:49 +08:00
9 lines
269 B
HTML
9 lines
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" . }} |