Dyxless
{% if not current_user.is_authenticated %}
Войти
Зарегистрироваться
{% else %}
{{ current_user.username }}
Профиль
Выйти
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, text in messages%}
{{ text }}
{% endfor %} {% endif %} {% endwith %} {% block content %} {% endblock %}