{% extends 'base.html'%} {% load static %} {% block content %}
{% for item in items %}
{% include 'store/partials/product_card.html' %}
{% endfor %}
{% endblock %}