{% extends "layout.html" %} {% include "mapMacros.html" %} {% block bodyClass %}{{ super() }} apos-map-show{% endblock %} {% block extraBreadcrumbs %}
  • {{ page.title | e }}
  •  / {{ item.title | e }}
  • {% endblock %} {% block mainContent %}

    {{ page.title | e }}

    {{ renderMapLocationWithDetails(item, page.url, 'map-location map-show-page') }}
    {% endblock %}