include-abspath.ejs 114 Bytes Raw Blame History Permalink 1 2 3 4 5 <ul> <@ pets.forEach(function(pet){ @> <@- include(path.join(dir, 'pet'), {pet: pet}); @> <@ }); @> </ul>