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

Result

Status: {{ status }}

{% if message %}

{{ message }}

{% endif %} {% if url %}

Your short URL is: {{ url }}.
Please wait a couple of minutes for DNS to propagate before testing and sharing this URL.

{% endif %}

Go back

{% endblock %}