{{ $origin := cond (eq .Site.Params.self_host true) "basic" "cors" }} {{ $data := index .Site.Data.origin $origin }} {{- $jsOpts := dict "target" "es2015" "minify" (eq hugo.Environment "production") -}} {{- $themeOpts := merge $jsOpts (dict "global" "Theme") -}} {{- $theme := resources.Get "js/modules/theme.js" | js.Build $themeOpts -}}