{% extends "base/header_page.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block page_content %}
{% if articles %} {% include "blog/inc/article_list.html" %} {% else %}

Il n'y a aucun article dans cette rubrique pour le moment.

{% endif %}
{% endblock %}