{% extends "base.html.twig" %} {% block body %} Blog Accueil Blog {% for blog in blogs %} {{blog.editeur}} {{blog.dateCreation|date('d M Y')}} {{blog.libelle}} {{ blog.description|slice(0, 100) }}... Lire plus {% endfor %} {% if currentPage > 1 %} {% endif %} {% for i in 1..pages %} {{ i }} {% endfor %} {% if currentPage < pages %} {% endif %} {% endblock %}
{{ blog.description|slice(0, 100) }}...