{% extends "base.html" %} {% block meta %} {% if section.description %} {% elif config.description %} {% endif %} {% endblock %} {% block title %} {{ section.title }} {% endblock %} {% block main %}

{{ section.title }}

Projekt-Icon
{% for thesis in section.extra.theses %}

{{ thesis }}

{% endfor %}
{% endblock %}