Rinser/node_modules/ejs/test/fixtures/error.ejs
2015-07-20 14:42:07 +01:00

6 lines
63 B
Plaintext

<ul>
<% if (users) { %>
<p>Has users</p>
<% } %>
</ul>