zoneadmin/node_modules/ejs/test/fixtures/include-abspath.ejs
Matjaz Mesnjak c204ec0b6b Initial commit.
2017-09-20 23:16:30 +02:00

6 lines
114 B
Plaintext

<ul>
<@ pets.forEach(function(pet){ @>
<@- include(path.join(dir, 'pet'), {pet: pet}); @>
<@ }); @>
</ul>