{% extends "base.html" %} {% block title %}Franklin URL Shortening{% endblock %} {% block body %}

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

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

{% if keyword %}

You may also use your selected keyword: {{ keyword_url }}

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