{{ with .Site.Params.description }} {{ end }} {{ with resources.Get "sass/main.scss" }} {{ with . | toCSS (dict "targetPath" "css/main.css") | fingerprint }} {{ end }} {{ end }} {{ with .OutputFormats.Get "RSS" }} {{ printf ` ` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }} {{ end }} {{ partial "opengraph.html" . }} {{ partial "twitter.html" . }} {{ partial "header.html" . }} {{ block "main" . }} {{ end }} {{ partial "footer.html" . }}