Rinser/node_modules/ejs/test/fixtures/include_preprocessor.ejs

6 lines
80 B
Plaintext
Raw Normal View History

2015-07-20 13:42:07 +00:00
<ul>
<@ pets.forEach(function(pet){ @>
<@ include pet @>
<@ }) @>
</ul>