{% extends "coderedcms/pages/web_page.html" %} {% load wagtailcore_tags static %} {% block content_body %} {% include_block page.body with settings=settings %}
{% block map %}
{% endblock %} {% block map_list %}
{% for item in geojson_data.features %} {{ item.render_list_description }} {% endfor %}
{% endblock %}
{% endblock %}