<%= category.name %>

<%= category.description %>

<% items.forEach(item => { %> <%= item.name %> (<%= item.quantity %>)
<% }) %>