bootstrap_js.pug 124 B

123
  1. mixin bootstrap-js
  2. each file in entrypointScripts('bootstrap')
  3. script(type='text/javascript' nonce=scriptNonce src=file)