{% extends "base.html" %}
{% load static %}
{% load bootstrap4 %}
{% block head_extra %}
{% endblock %}
{% block content %}
{% include "navbar.html" %}
{{ bounding_box|json_script:"bounding-box" }}
{% endblock content %}
{% block scripts %}
{% endblock scripts %}