Rinser/html/ejs/list.ejs
2015-07-27 13:49:21 +01:00

4 lines
100 B
Plaintext

<% list.forEach(function (item) { %>
<li id="<%=item.name%>"><%=item.name%></li>
<% }) %>