Screenshots of the games ID: asdfsfd
NAME: asdfdsfd
BRAND: asdfdsf

Summary

Total Price: 11
<% list.forEach(function(product){ %>
  • ID: <%= product.id %>
  • NAME: <%= product.name %>
  • BRAND: <%= product.brand %>
  • PRICE: <%= product.price %>
  • COLOR: <%= product.color %>
  • <% }); %>
    IdNameSizePriceVolumn

    Subtitle

    # Header Header
    1,001 1,001 1,001
    1,001 1,001 1,001
    1,001 1,001 1,001

    Latest Incidents

    # Header Header
    1,001 1,001 1,001
    1,001 1,001 1,001
    1,001 1,001 1,001

    Copyright © Venom 2019

    <% if (product) { %>

    There are <%= product.length %> products in the database.

    <% product.forEach(function(product){ %>
  • ID: <%= product.id %>
  • NAME: <%= product.name %>
  • BRAND: <%= product.brand %>
  • PRICE: <%= product.price %>
  • COLOR: <%= product.color %>
  • IMAGE: <%= product.shoeUrl %>
  • alt="Screenshots of the games" width="60%">
  • <% }); %>
    IdNameSizePriceVolumn
    <% } else { %>

    No products in the database.

    <% } %>
    <% if (list) { %>

    There are <%= list.length %> products in the Cart.

    <% list.forEach(function(product){ %>
  • ID: <%= product.id %>
  • NAME: <%= product.name %>
  • BRAND: <%= product.brand %>
  • PRICE: <%= product.price %>
  • COLOR: <%= product.color %>
  • <% }); %>
    IdNameSizePriceVolumn
    <% } else { %>

    No products in the Cart.

    <% } %>