{% extends "base.html" %} {% block main %} {% if next %} {% if user.is_authenticated %} {% else %} {% endif %} {% endif %}

Log In

Get back to chatting

{% include "forms/form.html" with submit="Log In" %}
Or, Register
{% endblock main %}