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

Oops!

Something went wrong. {% if error_text %}Here are the details:{% endif %}

{% if error_text %}

{{ error_text }}

{% endif %}
{% endblock content %}