Rinser/node_modules/ejs/test/fixtures/error.ejs

6 lines
63 B
Plaintext
Raw Normal View History

2015-07-20 13:42:07 +00:00
<ul>
<% if (users) { %>
<p>Has users</p>
<% } %>
</ul>