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

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %}

{% if page.updated %} 󰚰 {{ page.updated | date(format='%d %b %Y') }} {% if config.extra.remote_repository_url %} Changements {% endif %} {% endif %}

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