{% set title = "Error" %}{% extends "base.html" %} {% block content %}
Error information:
{% if error_code %}{{ error_code | raw }} {{ error_message | raw }}
{% if fixing_instructions != null %}{{ fixing_instructions | raw }}
{% endif %} {% else %}{{ err }}
{% endif %}
{% endblock %}