extend.pug 160 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 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