{% extends "htmx/base.html" %} {% block main %}

Log In

{% csrf_token %} {{ form }}

Federated logins

{% for backend in oauth2_backends %} {{ backend }} {% endfor %}
{% endblock main %}