So siehts ganz gut aus !
This commit is contained in:
11
node_modules/pug/examples/extend.pug
generated
vendored
Normal file
11
node_modules/pug/examples/extend.pug
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
extends extend-layout.pug
|
||||
|
||||
block scripts
|
||||
script(src='/jquery.js')
|
||||
script(src='/pets.js')
|
||||
|
||||
block content
|
||||
h1= title
|
||||
each pet in pets
|
||||
include pet.pug
|
||||
Reference in New Issue
Block a user