{{- $options := dict "transpiler" "libsass" "targetPath" "css/style.css" -}} {{- with resources.GetRemote "https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css" }} {{ end }} {{ with resources.Get "sass/main.scss" | toCSS $options | minify | fingerprint -}} {{- end }} {{ with resources.Get "js/roomstate.js" | js.Build | minify | fingerprint -}} {{- end }} {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{- end }} {{ .Title }}