{{ $bs := resources.Get "js/bootstrap.bundle.min.js" | fingerprint "sha512" }}
{{ if $bs }}
{{ end }}
{{ $custom := resources.Get "js/main.js" }}
{{ if $custom }}
{{ $custom = $custom | fingerprint "sha512" }}
{{ end }}
{{ partial "scripts_extra.html "}}