HOME
STORE
ABOUT
The Generics
MUSIC
<% items.music.forEach(function(item){ %>
<%= item.name %>
$<%= item.price / 100 %>
ADD TO CART
<% }) %>
MERCH
<% items.merch.forEach(function(item){ %>
<%= item.name %>
$<%= item.price / 100 %>
ADD TO CART
<% }) %>
CART
ITEM
PRICE
QUANTITY
Total
$0
PURCHASE