Stelescope/node_modules/ejs/test/fixtures/include-simple.ejs

4 lines
44 B
Plaintext
Raw Normal View History

2020-08-31 16:25:01 +00:00
<ul>
<%- include('hello-world'); %>
</ul>