pixsy/node_modules/pug-lexer/test/cases/inheritance.extend.include.pug

14 lines
191 B
Plaintext

extend auxiliary/layout.include.pug
block head
script(src='jquery.js')
block content
h2 Page
p Some content
block window-content
h2 Awesome
p Now we can extend included blocks!