pixsy/node_modules/pug-lexer/test/cases/inheritance.extend.include.pug
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

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!