The Generics

MUSIC

<% items.music.forEach(function(item){ %>
<%= item.name %>
$<%= item.price / 100 %>
<% }) %>

MERCH

<% items.merch.forEach(function(item){ %>
<%= item.name %>
$<%= item.price / 100 %>
<% }) %>

CART

ITEM PRICE QUANTITY
Total $0