{% extends "base.html" %} {% block title %}Edit Shortcut{% endblock %} {% block body %}

{% if not short_url %} {% if errors|length > 0 %} {% else %} {% endif %} {% else %}

Your shortened URL is: {{ url_base }}/{{short_url}}

{% if keyword %}

You may also use your selected keyword: {{ url_base }}/{{ keyword }}

{% endif %}
{% endif %}
{% endblock %}