{% extends "main.html" %} {% block page_title %}{{ page.title_stripped }} • {{ super() }}{% endblock page_title %} {% block content %}

{{ page.title_html|typography }}

{{ page.subtitle_html|typography }}

{% if page.abstract_fr %}
{{ page.abstract_fr|typography|markdown }}
{% else %} {% if page.abstract_en %}
{{ page.abstract_en|markdown }}
{% endif %} {% endif %} {{ page.content_html }}
{% endblock content %}