12 lines
160 B
Plaintext
12 lines
160 B
Plaintext
|
|
||
|
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
|