Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / ejs / test / fixtures / include-abspath.ejs
1 <ul>
2   <@ pets.forEach(function(pet){ @>
3     <@- include(path.join(dir, 'pet'), {pet: pet}); @>
4   <@ }); @>
5 </ul>