{% extends 'core/base.html' %} {% block title %}Log in | {{ block.super }}{% endblock %} {% block content %}
{% include 'accounts/post-form.html' with form_id='form-login' %}
{# The offset here should match the one in the include above #}
{% include 'accounts/login-extra.html' %}
{% endblock %}