📷
PhotoHost
Главная
{% if current_user.is_authenticated %}
Личный кабинет
Папки
{% if current_user.is_admin %}
Админка
{% endif %}
{{ current_user.username }}
Выйти
{% else %}
Вход
Регистрация
{% endif %}
{% block content %}{% endblock %}
{% with banners=site_banners.get('footer', []), position='footer' %} {% include "partials/banners.html" %} {% endwith %} {% include "partials/share_modal.html" %} {% block scripts %}{% endblock %}