{{ $style := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }} {{ $js := resources.Get "js/main.js" | minify | minify | fingerprint }} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} {{ partial "site/seo.html" . }} {{ block "head" . }} {{ end }} {{ block "body" . }} {{ partial "site/site-header.html" . }} {{ block "main" . }} {{ end }} {{ partial "site/site-footer.html" .}} {{ end }}