{% extends 'base.html' %} {% block content %} {% include 'section/hero.html' %} {% include 'section/open_map.html' %}
{% include 'section/single-section.html' %}

{{ section.extra.single_section_title }}

{{ section.extra.single_section_description }}

{% include 'components/download-button.html' %}
{{ section.extra.menu_title }} {{ resource.content | safe }} {% endblock content %}