{% extends "base.html" %} {% block style %} {{ super() }} #errorContainer { background: #fff; min-width: 35em; max-width: 35em; position: absolute; top: 2em; left: 1em; padding: 10px; border: 2px solid #eee; -webkit-border-radius: 5px; } #errorTitleText { font-size: 118%; font-weight: bold; } #errorMessageText { font-size: 80%; } {% endblock %} {% block script %} {{ super() }} function tryagain() { location.reload(); } function searchFor(uri) { location.href = uri; } {% endblock %} {% block content %}

Unable to load page

Problem occurred while loading the URL {{ url }}

{{ error }}

{% endblock %}