14 lines
191 B
Plaintext
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!
|