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