{% extends "base.html" %} {% block title %}Вход — PhotoHost{% endblock %} {% block content %}

Вход

Войдите в аккаунт для загрузки фото

{% include "partials/alerts.html" %} {% if auth_settings.password_login_enabled %}
{% include "partials/captcha.html" %}
{% endif %} {% if auth_settings.passkey_enabled %} {% endif %}
{% endblock %} {% block scripts %} {% include "partials/captcha_scripts.html" %} {% if auth_settings.passkey_enabled %} {% endif %} {% endblock %}