{% extends "base.html.twig" %} {% block title 'Blog | Mon Petit Plumeau'%} {% block header %} {% include ("include/_heading.html.twig") %} {% endblock %} {% block body %}

Filtrer les articles


{% if form_submitted %} Réinitialiser la recherche {% endif %}

Nos dossiers


{% if in_folder %} Réinitialiser la recherche {% endif %}
{% for row in posts | batch(2) %}
{% for post in row %} {{ include ("include/_cardPost.html.twig") }} {% endfor %}
{% else %}

Aucun article ne correspond à votre recherche.


Essayez de la modifier ou alors n'hesitez pas à nous suggérer des idées.

{% endfor %}
{% endblock %}