{% extends "base.html" %} {% load static %} {% block content %}
{% for i in product %}

Имя:{{i.name}}

Тип:{{i.title}}



Узнать больше

{%endfor%}
{% endblock %}