{% if auth_custom_css %} {% endif %}

{{ forgot_password_banner or "Forgot Password" }}

{{ forgot_password_banner_msg or "Enter your email and we’ll send you a reset link." }}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Remembered your password? Back to login