{% extends "base.html.twig" %} {% block body %}

Blog

{% for blog in blogs %}
image Blog

{{blog.libelle}}

{{ blog.description|slice(0, 100) }}...

{% endfor %}
    {% if currentPage > 1 %}
  • {% endif %} {% for i in 1..pages %}
  • {{ i }}
  • {% endfor %} {% if currentPage < pages %}
  • {% endif %}
{% endblock %}