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

7 lines
No EOL
476 B
HTML

{{- 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" .) }}