{% extends "closedverse_main/layout.html" %} {% load static %}{% block main-body %}

Log In

Sign in to access this instance of {{ brand_name }}

{% csrf_token %}

{% if allow_signups %}

If you don't have an account, sign up here.

{% else %}

Signing up is disabled for now, check back later.

{% endif %} {% if reset_supported %}

If you forgot your password, reset it here.

{% endif %}

If you need help with logging in, see the login help page.

{% endblock %}