{{ $js := resources.Get "js/main.js" | js.Build }} {{ $js := resources.Get "js/prism.js" | js.Build }} {{ $opts := dict "noComments" true "minified" true "compact" true }} {{ $menu := resources.Get "js/menu.js" | js.Build | babel $opts }} {{ $prism := resources.Get "js/prism.js" | js.Build | babel $opts }} {{ partial "extended_footer.html" . }}