mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
58d336aff9
Signed-off-by: Patrick East <east.patrick@gmail.com>
3 lines
229 B
HTML
3 lines
229 B
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
{{ $app := resources.Get "js/app.js" | fingerprint }}
|
|
<script src="{{ $app.RelPermalink }}" integrity="{{ $app.Data.Integrity }}"></script> |