Логотип МирИгрушек
{{ full_name }}
{% if role == 'guest' %} Вход {% else %} Выход {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, text in messages %}
{{ text }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}