{% extends 'core/base.html' %} {% block title %}{{category.title}}{% endblock title %} {% block content %}

{{category.title}}

{% for product in category.products.all %} {% include 'product/parts/list_item.html' %} {% endfor %}
{% endblock content %}