{% extends "base.html" %} {% block variables %} {% endblock %} {% block content %}
This is where the user gets to log in, or see information about their account if logged in.
{% endblock %} {% block elements %} {% endblock %}