{{- partial "favicon.html" . -}} {{- block "title" . -}} {{- if not .IsHome -}} {{ with .Title }}{{ . }} | {{ end }} {{- end -}} {{ .Site.Title }} {{- end -}} {{- partial "seo_tags.html" . -}} {{ $simple := resources.Get "simple.css" | minify }} {{ $style := resources.Get "style.css" | minify }} {{ with .Params.style }} {{ $extra := resources.Get . | minify }} {{ end }} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{- partial "custom_head.html" . -}}
{{ partial "header.html" . }}
{{ block "main" . }}{{ end }}
{{- partial "custom_body.html" . -}}