{% extends "base.html" %} {% block head %} {% endblock %} {% block css %} #node_info { height:100%; } #map{ height:100%; min-height: 400px; } #packet_details{ height: 95vh; overflow: scroll; top: 3em; } {% endblock %} {% block body %} {% include "search_form.html" %}