{% extends "base.html" %} {% block title %}{{ page.seo_title|default:page.title }}{% endblock %} {% block content %} {% if articles %}
{% for article in articles %}
{% include "blog/blog_item.html" %}
{% endfor %}
{% else %}
Il n'y a aucune actualité.
{% endif %} {% endblock %}