{{ $opts := dict "transpiler" "libsass" "targetPath" "_style.css" }} {{ with resources.Get "css/index.scss" | toCSS $opts | minify | fingerprint }} {{ end }} {{ range resources.Match "favicon/*.png" }} {{ with resources.Copy (printf "_fav%d.png" .Width) . }} {{ end }} {{ end }} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} {{ block "body" . }}
{{ block "header" . }}{{ end }}
{{ block "main" . }}{{ end }}
{{ end }}