{{ with resources.Get "scss/main.scss" }} {{ $options := dict "targetPath" "css/style.css" "transpiler" "libsass" "vars" site.Params.style }} {{ $style := . | toCSS $options | minify | fingerprint }} {{ end }} {{ with resources.Get "js/main.js" }} {{ $js := . | minify | minify | fingerprint }} {{ end }} {{ partial "seo.html" . }} {{ block "head" . }} {{ end }} {{ block "body" . }} {{ partial "site-header.html" . }} {{ block "main" . }} {{ end }} {{ partial "site-footer.html" . }} {{ end }}