{% if config.theme.afficher_menu_lateral %}
{% include "lateral.html" %}
{% include "footer.html" %}
{% if config.theme.afficher_date_de_revision %}
{% else %}
{% include "prev-next-nav.html" %}
{% endif %}
{% block content %}
{{ page.content }}
{% endblock %}
{% include "prev-next-nav.html" %}
{% if page and page.meta and page.meta.git_revision_date_localized %}
Dernière révision le {{ page.meta.git_revision_date_localized }}
{% endif %}
{% endif %}
{%- block scripts %}
{%- for path in extra_javascript %}
{%- endfor %}
{%- endblock %}