{% extends "base.html" %} {% block content %}
{{ form.url.label }} {{ form.url }}
{{ form.submit() }}