{% extends "layout.html" %} {% set title = 'Category' %} {% block content %}
Showing 11 Results
{% for product in products %}
{% include '../template/component/product-card.html' %}
{% endfor %} {% for product in products %}
{% include '../template/component/product-card.html' %}
{% endfor %}
{% endblock content %}