{% load wagtailimages_tags %}
{{ article.numero.publish_date }}{% if article.rubrique %} - {{ article.rubrique }}{% endif %}

{{ article.title }}

{% if first %} {% image article.image fill-950x500 class="m-auto" %} {% else %} {% image article.image max-400x400 %} {% endif %}
{{ article.body|truncatechars_html:500 }}