{% if page.parent.title == "Articles" %} {{ dump(page.parent.collection.prevSibling(page.path)) }} {% if not page.parent.collection.isFirst(page.path) %} Article suivant {% else %} {% endif %} {% if not page.parent.collection.isLast(page.path) %} Article précédent {% endif %} {% endif %} {% for image in page.media.images %} {% endfor %} {% for video in page.media.videos %} {% endfor %} {% if page.parent.title == "Articles" %} {{ page.date | date('d/m/Y') }} {% endif %} {{ page.title }} {{ page.content|raw }}