profile.pug 131 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 mixin pets(pets) ul.pets each pet in pets li= pet mixin profile(user) .user h2= user.name +pets(user.pets)