{% extends "base.html" %} {% load staticfiles %} {% block page_title %}

Link checker

{% endblock page_title %} {% block content %}
{% csrf_token %} {{form.as_p}}
Start scan

{% for link in links %} {% endfor %}
{% endblock content %}