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

{% blocktrans %}Map of the uMaps{% endblocktrans %}

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

{% blocktrans %}Get inspired, browse maps{% endblocktrans %}

{% include "umap/map_list.html" %}
{% endblock maincontent %}