2022-07-09 08:37:39 +00:00
|
|
|
{{- partial "output-partial.html" (dict "base" "header" "page" . "parameter" .) }}
|
2022-07-05 22:15:33 +00:00
|
|
|
{{- if not .File }}
|
2022-07-09 08:37:39 +00:00
|
|
|
{{- partial "output-partial.html" (dict "base" "body" "page" . "parameter" (dict "page" . "content" (partial "initial.html" .))) }}
|
2022-04-11 21:04:49 +00:00
|
|
|
{{- else }}
|
2022-07-09 08:37:39 +00:00
|
|
|
{{- partial "output-partial.html" (dict "base" "body" "page" . "parameter" (dict "page" . "content" (partial "content.html" .))) }}
|
2022-04-11 21:04:49 +00:00
|
|
|
{{- end }}
|
2022-07-09 08:37:39 +00:00
|
|
|
{{- partial "output-partial.html" (dict "base" "footer" "page" . "parameter" .) }}
|