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

{{- page.title -}}

{% set ancestor = page.relative_path | split(pat="/") | first %} {%- if ancestor in ["creation", "reparation"] -%}

SECTION

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