{% load static %} {% block title %}Магазин{% endblock %}
Логотип Магазин {% if name %}{{ name }} | Выход{% endif %}
{% for message in messages %}

{{ message }}

{% endfor %} {% block content %}{% endblock %}