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

{{- page.title -}}

{% set ancestor = get_section(path=page.ancestors | last) %} {%- if ancestor.title in ["Création", "Réparation"] -%}

{{ ancestor.title }}

{%- endif -%} {%- if page.date -%}

{%- endif -%}
{{- page.content | safe -}}
{% endblock content %}