hugo-theme-relearn/layouts/partials/_main.html

8 lines
No EOL
510 B
HTML

{{- partial "page-meta.hugo" . }}
{{- partial "output-partial.html" (dict "base" "header" "page" . "parameter" .) }}
{{- if not .File }}
{{- partial "output-partial.html" (dict "base" "body" "page" . "parameter" (dict "page" . "content" (partial "initial.html" .))) }}
{{- else }}
{{- partial "output-partial.html" (dict "base" "body" "page" . "parameter" (dict "page" . "content" (partial "content.html" .))) }}
{{- end }}
{{- partial "output-partial.html" (dict "base" "footer" "page" . "parameter" .) }}