{% extends "base.html" %} {% block title %}Error{% endblock %} {% block content %}

Error

{{ error }}

{% if details %}

{{ details }}

{% endif %}
{% endblock %}