{% extends "base.html" %} {% load staticfiles %} {% block content %}
error
{% if code %}

{{code}}

{% endif %}

{% if error %} {{error}} {% else %} Sorry, but the page you are looking for was either not found or encountered an error. {% endif %}

{% endblock %}