initial
This commit is contained in:
13
node_modules/pug/test/cases/inheritance.extend.include.pug
generated
vendored
Normal file
13
node_modules/pug/test/cases/inheritance.extend.include.pug
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
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!
|
||||
Reference in New Issue
Block a user