{% load static %} Магазин книг
{% if current_user %} {{ current_user.name }} Выйти {% else %} Гость {% endif %}
{% if current_user %} {% endif %}
{% if messages %} {% for m in messages %}
{{ m }}
{% endfor %} {% endif %} {% block content %} {% endblock %}