{% extends base %} {% load staticfiles %} {% load custom %} {% block content %}

Welcome

{% if error %}
{{ error }}
{% endif %}

Please log in.

{% csrf_token %}

{% endblock %}