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