{% block extra_head %}{% endblock %}
●
Мой сайт
Главная
{% if session.user_id %} {% if session.role != 'admin' %}
Личный кабинет
Профиль
{% endif %} {% if session.role == 'admin' %}
👑 Админ
{% endif %} {{SERVICES_NAV_ITEM}} {% if session.role != 'admin' %} {{CART_NAV_ITEM}} {% endif %}
Выход
{% else %}
Войти
Регистрация
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}