%- include('partials/head'); %>
<%- error %>
Produktname: <%= product.name %>
Stückpreis: <%= product.price %> €
Anzahl: <%= quantity %>
Gesamtpreis: <%= quantity * product.price %> €