sf-static/portfolio/node_modules/pug/examples/extend.pug

12 lines
160 B
Text
Raw Permalink Normal View History

2023-02-28 18:21:07 +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