{% extends 'base.html' %} {% block content %}
{% if login_error %}
Could not authenticate
{% endif %}
{% endblock %}