{% if articles %}{# contenu principal : cartes articles #}
{% for article in articles_page.object_list %} {% include "inc/article-card.html" %}{% endfor %}
{% else %}

Nothing yet !

{% endif %}