1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 10:22:53 +00:00
Files
mywebsite/node_modules/ejs/test/fixtures/include-simple.ejs

4 lines
44 B
Plaintext

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