Электронная библиотека
Главная
{% if current_user %}
{{ current_user['last_name'] }} {{ current_user['first_name'] }} {% if current_user['middle_name'] %} {{ current_user['middle_name'] }}{% endif %}
Выйти
{% else %}
Войти
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}