Rinser/html/ejs/list.ejs
2015-07-27 14:43:28 +01:00

4 lines
108 B
Plaintext

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