mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
8 lines
614 B
Text
8 lines
614 B
Text
|
{{- partial "page-meta.hugo" . }}
|
||
|
{{- partial "output-partial.hugo" (dict "base" "header" "page" . "parameter" .) }}
|
||
|
{{- if not .File }}
|
||
|
{{- partial "output-partial.hugo" (dict "base" "body" "page" . "parameter" (dict "page" . "content" (partial "output-partial.hugo" (dict "base" "initial" "page" . "parameter" .)))) }}
|
||
|
{{- else }}
|
||
|
{{- partial "output-partial.hugo" (dict "base" "body" "page" . "parameter" (dict "page" . "content" (partial "output-partial.hugo" (dict "base" "content" "page" . "parameter" .)))) }}
|
||
|
{{- end }}
|
||
|
{{- partial "output-partial.hugo" (dict "base" "footer" "page" . "parameter" .) }}
|