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

{{ section.title }}

{{ section.description }}

    {% for thesis in section.extra.theses %}
  • {{ thesis }}
  • {% endfor %}
{% endblock %}