2022-07-12 00:24:57 +02:00
|
|
|
{{- partial "page-meta.hugo" . }}
|
2022-07-09 10:37:39 +02:00
|
|
|
{{- partial "output-partial.html" (dict "base" "header" "page" . "parameter" .) }}
|
2022-07-06 00:15:33 +02:00
|
|
|
{{- if not .File }}
|
2022-07-09 10:37:39 +02:00
|
|
|
{{- partial "output-partial.html" (dict "base" "body" "page" . "parameter" (dict "page" . "content" (partial "initial.html" .))) }}
|
2022-04-11 23:04:49 +02:00
|
|
|
{{- else }}
|
2022-07-14 18:21:46 +02:00
|
|
|
{{- partial "output-partial.html" (dict "base" "body" "page" . "parameter" (dict "page" . "content" (partial "output-partial.html" (dict "base" "content" "page" . "parameter" .)))) }}
|
2022-04-11 23:04:49 +02:00
|
|
|
{{- end }}
|
2022-07-09 10:37:39 +02:00
|
|
|
{{- partial "output-partial.html" (dict "base" "footer" "page" . "parameter" .) }}
|