sf-static/portfolio/node_modules/pug/examples/extend.pug
2023-02-28 19:21:07 +01:00

11 lines
160 B
Text

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