Домой
{% if not current_user.is_authenticated %}
Вход
Регистрация
{% endif %} {% if current_user.is_authenticated %}
Выйти
{% endif %} {% if current_user.is_authenticated %}
{{ current_user.name }}
{% endif %}
{% block content %} {% endblock %}