{% for article in articles %}
{% if article.first_picture_url %} {% endif %}

{{ article.title }}

{{ article.html_content_without_h1 | safe }}
{% endfor %}
Articles passés: {{articles_others|length}} {% if articles_others %} {% endif %} {% for article in articles_others %} {% endfor %}