{% extends "base.html" %} {% block title %}Log in{% if app_name %} to {{ app_name }}{% endif %} — allowthem{% endblock %} {% block body %}
{% if logo_url and logo_url is startingwith("https://") %} {{ app_name }} {% endif %}

Log in{% if app_name %} to {{ app_name }}{% endif %}

{% if error %} {% endif %}
{% if next %}{% endif %} {% if client_id %}{% endif %}
{% if oauth_providers %}
Or continue with
{% for provider in oauth_providers %} Log in with {{ provider | title }} {% endfor %}
{% endif %}

Forgot password?

Don't have an account? Create one

{% endblock %}