{% extends "base.html" %} {% block meta %} {% if section.description %} {% elif config.description %} {% endif %} {% endblock %} {% block title %} {{ section.title }} {% endblock %} {% block main %} {{ section.title }} {% for thesis in section.extra.theses %} {{ thesis }} {% endfor %} {% endblock %}
{{ thesis }}