{% extends 'base.html' %} {% block content %}

{% block title %}Error - exception{% endblock %}

Sorry - an error/exception occurred
{{ html_content|safe }}
{% endblock %}