{% extends "index.html" %} {% block breadcrumb %} {% if period|length==2 %} {{ period[0] }} {{ period[1] }} {% else %} {{ period[0] }} {% endif %} {% endblock breadcrumb %} {% block pagination %}{% endblock pagination %} {% block local_content %} {% if articles %}{# contenu principal : cartes articles #} {% for article in dates %} {% include "inc/article-card.html" %}{% endfor %} {% else %} Nothing yet ! {% endif %} {% endblock local_content %}
Nothing yet !