{{- partial "favicon.html" . -}} {{- block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{- end }} {{- partial "seo_tags.html" . -}} {{ $style := resources.Get "style.css" | minify }} {{ $syntax := resources.Get "syntax.css" | minify }} {{ 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" . -}}