aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include_preprocessor.ejs
blob: f2728c5234a688e885a68d163f71e906fda9eb09 (plain)
1
2
3
4
5
<ul>
  <@ pets.forEach(function(pet){ @>
    <@ include pet @>
  <@ }) @>
</ul>