{% extends "layout.html" %} {% block body %}
{{ form.hidden_tag() }} {{ form.url(placeholder="Enter the URL here") }} {{ form.submit }}
{% endblock %}