<%- include('../layouts/header.ejs', {title: 'Products', state: 'products'}); %> <%- include('../layouts/navbar.ejs', {types: 'v1', state: 'products'}); %>

Type

Gender

Color

⠀⠀⠀⠀⠀⠀

<% for(let i=0; i < data.length; i++) { %>
Item Image
<%= data[i].TITLE %>

<%= data[i].DESCRIPTION.substring(0, 150) + "..." %>

<% } %>
<%- include('../layouts/footer.ejs', {state: 'products'}); %>