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

4 lines
44 B
Plaintext

<ul>
<%- include('hello-world'); %>
</ul>