aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/include-simple.ejs
blob: a874878d35d5cef43cccfa567305e6e1971eec80 (plain)
1
2
3
<ul>
  <%- include('hello-world'); %>
</ul>