{% extends 'base.html' %} {% block body %} PortScan
{% csrf_token %} {{ form }}
{% for foo in ports %} {{ foo }} {% endfor %} {% endblock %}