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

{{ section.title }}

{{ section.description }}

{% if section.content %} {{ section.content | safe }} {% else %} {% include "baustelle.html" %} {% endif %}
{% for thesis in section.extra.theses %}

{{ thesis }}

{% endfor %}
{% endblock %}