SilvrAPI/node_modules/ejs/test/fixtures/include_preprocessor.ejs
2015-11-08 22:50:17 +00:00

6 lines
80 B
Plaintext

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