{% extends "layout.html" %} {% set title = 'Category' %} {% block content %} Home Refrigerator 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 %}