Store
products
<% products.forEach(function (item, index) { %>
<%= item.name %>
<%= item.price %>원
<%= item.count %>
<% }); %>