{% extends "base.html" %} {% block title %}Sign in — {{ app_name }}{% endblock %} {% block content %}

Sign in

{% if enable_oauth and oauth_providers %}
{% for provider in oauth_providers %} Sign in with {{ provider | capitalize }} {% endfor %}

or

{% endif %}

{% if allow_registration %} No account? Create one. {% endif %} {% if enable_password_reset %}
Forgot password? {% endif %}

{% endblock %}