{% extends "horhor/pages/web_page.html" %} {% load horhor_tags wagtailcore_tags static %} {% block content_body %} {{ block.super }}
{% block map %}
{% endblock %} {% block map_list %}
{% for item in geojson_data.features %} {{ item.render_list_description }} {% endfor %}
{% endblock %}
{% endblock %} {% block horhor_scripts %} {{ block.super }} {% endblock %}