{% extends "base.html" %} {% block content %}

{{ page.title }}

{{ page.defense_type }} soutenue par {{ page.speaker }}

{% include "partial/date_place.html" %}
{% if page.jury and page.abstract %}
{% if page.abstract %}{% endif %}
{% endif %} {% if page.jury %}

Jury

{{ page.jury }}
{% endif %} {% if page.abstract %}

Résumé

{{ page.abstract }}
{% endif %} {% endblock content %}