pixsy/node_modules/pug/examples/extend.pug

12 lines
160 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
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