📷
PhotoHost
Главная
{% if current_user.is_authenticated %}
Личный кабинет
{% if current_user.is_admin %}
Админка
{% endif %}
{{ current_user.username }}
Выйти
{% else %}
Вход
Регистрация
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}