latex-ub/services/web/app/views/_mixins/bootstrap_js.pug
2025-05-05 12:24:05 +00:00

3 lines
189 B
Text

mixin bootstrap-js(bootstrapVersion)
each file in (entrypointScripts(bootstrapVersion === 5 ? 'bootstrap-5' : 'bootstrap-3'))
script(type="text/javascript", nonce=scriptNonce, src=file)