Lista di Items
<% items.forEach(function(item, index) { %>
<%= item.name %> - <%= item.value %>
<% }); %>
Totale items: <%= items.length %>