{% extends "base.html" %} {% block content %} {% if section != 'table' %} {% include 'scan/overview.html' %} {% endif %} {% if section != 'overview' %} {% include 'scan/ip-table.html' %} {% endif %} {% if data.running %} {% endif %} {% endblock %}