{% extends "layout.html" %} {% block body %}

< Click Tracker >

{{ form.hidden_tag() }} {{ form.url(placeholder="Enter the short URL here", autofocus=true, class="feedback-input") }} {{ form.submit(class="button") }} {% if form.errors %}
{% for error in form.url.errors %}

{{ error }}

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