{% block head %}{% endblock %}
CloudStorage
{% if session.user_id %}
Мои файлы
Мои файлы
Доступные мне
Контакты
Сообщения
0
{% endif %}
{% if session.user_id %}
{{ session.username }}
Настройки
Выйти
{% else %}
Войти
Регистрация
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% if session.user_id %}
Изменить фоновое изображение
Выберите изображение
Загрузить и применить
{% endif %} {% if session.user_id %} {% endif %}