{{ block "title" . }}
{{ if .IsHome }}{{ .Site.Title }}{{ else if .Title }}{{ .Title }} | {{ .Site.Title }}{{ else }}{{ .Site.Title }}{{ end }}
{{ end }}
{{ with .Site.Params.images }}
{{ end }}
{{ with .Site.Params.images }}
{{ end }}
{{ $style := resources.Get "css/style.css" | resources.Minify | resources.Fingerprint }}
{{ with .OutputFormats.Get "rss" -}} {{ printf `
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ partial "structured-data.html" . }} {{ block "head" . }}{{ end }} {{ block "header" . }}{{ end }}
{{ block "main" . }}{{ end }}
{{ block "footer" . }}{{ end }}