Rinser/node_modules/ejs/test/fixtures/include_preprocessor.ejs
2015-07-20 14:42:07 +01:00

6 lines
80 B
Plaintext

<ul>
<@ pets.forEach(function(pet){ @>
<@ include pet @>
<@ }) @>
</ul>