{% extends 'base.html' %} {% block content %}

products

{% for prod in page_obj %}

{{ prod.name }}

See it here

{% if not forloop.last %}


{% endif %}

{% endfor %} {% endblock content %}