aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include-abspath.ejs
blob: 26b0522d8ddeb92218f68d64da5bb01daf99b68c (plain)
1
2
3
4
5
<ul>
  <@ pets.forEach(function(pet){ @>
    <@- include(path.join(dir, 'pet'), {pet: pet}); @>
  <@ }); @>
</ul>