{% set gemeinschaft_section = get_section(path="gemeinschaft/_index.md") %}
{% for gemeinschaft_section_path in gemeinschaft_section.subsections %} {% set gemeinschaft_subsection = get_section(path=gemeinschaft_section_path) %}

{{ gemeinschaft_subsection.title }}

{{ gemeinschaft_subsection.description }}

{% for page in gemeinschaft_subsection.pages %} {% endfor %}
{% if gemeinschaft_subsection.extra.products %} {% endif %}
{% endfor %}