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

{{ url }}

{% endif %} {% if status_code %}

status_code: {{ status_code }}

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

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

{% endif %} {% if url %} {% endif %} {% if alert %} {% endif %} {% endblock %}