{% extends "auth/base.html" %} {% block title %}Login - {{ site_name() }}{% endblock %} {% block head %} {% endblock %} {% block content %}

Login

Sign in to access your account.

{% for key, provider in providers.items() %} {% if key == 'google' %} {% elif key == 'github' %} {% elif key == 'microsoft' %} {% elif key == 'discord' %} {% elif key == 'facebook' %} {% elif key == 'twitter' %} {% endif %} Continue with {{ provider.name }} {% else %}

No authentication providers are configured. Please contact the site administrator.

{% endfor %}
{% if has_dummy %}

Development Only

Dummy Login (Dev)
{% endif %}
{% endblock %}