{% 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.description }}
    {% for thesis in project_section.extra.theses %}
  • {{ thesis }}
  • {% endfor %}
{% endfor %}