sf-static/portfolio/node_modules/pug/test/cases/yield-before-conditional-head.pug
2023-02-28 19:21:07 +01:00

5 lines
83 B
Text

head
script(src='/jquery.js')
yield
if false
script(src='/jquery.ui.js')