{% 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 %} Documentation Send feedback Take me back {% endblock %}
{% if error %} {{error}} {% else %} Sorry, but the page you are looking for was either not found or encountered an error. {% endif %}