aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/ejs/test/fixtures/error.ejs
blob: f032730b21af420a59581a7c2790935cb3c5dc53 (plain)
1
2
3
4
5
<ul>
  <% if (users) { %>
    <p>Has users</p>
  <% } %>
</ul>