{{ $mainstyle := resources.Get "/scss/main.scss" | toCSS | minify }} {{ $printstyle := resources.Get "/scss/print.scss" | toCSS | minify }} {{ if .Site.Params.includeAppsStyle }} {{ $appsstyle := resources.Get "/scss/apps.scss" | toCSS | minify }} {{ end }} {{ hugo.Generator }} {{ if .IsTranslated }} {{ range .Translations }} {{ end }} {{ end }} {{ $mainjs := resources.Get "/js/main.js" | minify }}