Stelescope/node_modules/ejs/test/fixtures/include_preprocessor.ejs
Saturneric a7116b5291 Add
2020-09-01 00:25:01 +08:00

6 lines
80 B
Plaintext

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