{% extends 'theme/base.html' %} {% load static %} {% block main %} {% for product in products %} {% include 'components/product_card.html' %} {% endfor %} Show more {% endblock %}