1 2 3 4 5 6 7 8
{{- with resources.Get "js/main.js" }} {{- $opts := dict "minify" true }} {{- with . | js.Build $opts | fingerprint }} <script src="{{ .RelPermalink }}" integrity="{{- .Data.Integrity }}" crossorigin="anonymous"> </script> {{- end }} {{- end }}