{{ with .Site.Params.description }} {{ end }} {{ with .Site.Params.author }} {{ end }} {{ $sass := resources.Get "style.scss" }} {{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "includePaths" (slice "assets/") "transpiler" "dartsass") }} {{ $style := $sass | resources.ToCSS $options }} {{ with .OutputFormats.Get "RSS" -}} {{ printf ` ` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{- end }}
{{ partial "header" . }} {{ block "main" . }}{{ end }} {{ partial "footer" . }}