Messenger

{% if user.is_authenticated %}
Привет, {{user.username}}!
{% endif %}
{% block location %}Главная{% endblock %}
{% block content %}{% endblock %}