{% if afficher_menu_lateral %}
{% include "lateral.html" %}
{% include "footer.html" %}
{% include "scripts.html" %}
{% else %}
{% include "prev-next-nav.html" %}
{% endif %}
{% block content %}
{{ page.content }}
{% endblock %}
{% if config.theme.bouton_hautdepage == "left" %}
{% elif config.theme.bouton_hautdepage == "right" %}
{% endif %}
{% include "prev-next-nav.html" %}