{% 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 %}
Something went wrong. {% if error_text %}Here are the details:{% endif %}
{{ error_text }}