yield-before-conditional-head.pug 83 B

12345
  1. head
  2. script(src='/jquery.js')
  3. yield
  4. if false
  5. script(src='/jquery.ui.js')