{% extends "outer.html" %} {% block title %}Login{% endblock %} {% block pagetype %}login{% endblock %} {% block content %} {% if error %}

Login Failed

For security reasons we don't have more information for you. Sorry.

{% endif %}
{% endblock %}