{% extends "maps/map_base.html" %} {% load i18n %} {% load taggit_extras %} {% load staticfiles %} {% load url from future %} {% block body_class %}maps explore{% endblock %} {% block body %}
{% trans "Create a New Map" %}

{% trans "Explore Maps" %}

{% include "search/_search_content.html" %} {% endblock %} {% block extra_script %} {% with include_spatial='true' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}