{% extends "umap/content.html" %} {% load leaflet_storage_tags compress i18n %} {% block content %} {% if not user.is_authenticated %} {% include "umap/about_summary.html" %}
{% endif %} {% include "umap/search_bar.html" %}

{% trans "Get inspired, browse maps" %}

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