{{ $style := resources.Get "css/basic.scss" }} {{ $style = $style | toCSS | minify | fingerprint }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.author }}{{ end }} {{ with .OutputFormats.Get "RSS" -}} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{- end }} {{ partial "header" . }} {{ block "main" . }}{{ end }} {{ partial "footer" . }}