{% extends 'base.html' %} {% block title %}fail{% endblock %} {% block head %} {% if jump_url %} {% endif %} {% endblock %} {% block body %}

Oops! Something went wrong.

{% if url %}

{{ url }}

{% endif %} {% if alert %}

{{ alert }}

{% endif %} {% if status_code %}

status_code: {{ status_code }}

{% endif %}
{{ text }}

Tip

{{ tip|safe }}
{% if message %}

Details

{{ message }}
{% endif %} {% if jump_url %}

Redirecting to {{ jump_url }} in 3 seconds...

{% endif %} {% if url %}
{% endif %}
{% if text and not tip %} {% endif %} {% endblock %}