{{ if .Description }} {{ else if and .IsPage .Summary }} {{ else }} {{ end }} {{ if .Keywords }} {{ else }} {{ end }} {{ template "_internal/opengraph.html" . }} {{ range .AlternativeOutputFormats -}} {{ printf ` ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ template "_internal/schema.html" . }} {{ if .IsHome }} {{ .Site.Title }} {{ else }} {{ .Title }} | {{ .Site.Title }} {{ end }} {{ block "head" . }}{{ end }}
{{ partial "header.html" . }} {{ block "main" . }}{{ end }} {{ partial "footer.html" . }}
{{ range .Site.Params.customCSS }} {{ end }} {{ range .Site.Params.customJS }} {{ end }}