{% extends "/base.html" %} {% block content %}

Error - {{ code }}

{{ name }}

Sorry about that!
{% if code == 500 %}

Error Text:

{{ error }}
{% endif %}
{% endblock %}