{{ if .Site.Params.custom_js }}
{{ range .Site.Params.custom_js }}
  {{ $custom_template := resources.Get . }}
  {{ if $custom_template }}
    {{ $custom_js := $custom_template | resources.Minify | resources.Fingerprint }}
    
  {{ end }}
{{ end }}
{{ end }}
{{ $fuse := resources.Get "js/fuse.min.js" | resources.Fingerprint }}