{% set projects_section = get_section(path="projekte/_index.md") %}

{{ section.extra.headlines.projects }}

{% for project_section_path in projects_section.subsections %} {% set project_section = get_section(path=project_section_path) %}
Logo {{ project_section.title }}

{{ project_section.title }}

{{ project_section.description }}

{{ project_section.content | safe }}
{% endfor %}