{% extends "umap/content.html" %} {% load leaflet_storage_tags i18n %} {% block content %} {% include "umap/search_bar.html" %} {% include "umap/about_summary.html" %} {% if showcase_map %}

Map of the maps

{% map_fragment showcase_map zoomControl=1 %}
{% endif %}

Be inspired, browse maps

{% include "leaflet_storage/map_list.html" %}
{% endblock content %}