{% extends 'index.html' %} {% block content %}

Login

{%if has_error%}
Begone! Those credentials don't seem to work here.
{%endif%}
{% endblock %}