{{ $bootstrap := resources.Get "js/bootstrap.bundle.min.js" }}
{{ $secureJS := slice $bootstrap | resources.Concat "bundle.js" | resources.Minify | resources.Fingerprint "sha256" }}
{{ range $val := $.Site.Params.customJS }}
{{ if gt (len $val) 0 }}
{{ end }}
{{ end }}