{% extends 'base.html.twig' %}
{% block title %}Actualités de la catégorie {{ category.title }}{% endblock %}
{% block body %}
Actualités de la catégorie {{ category.title }}
{% if filter_options is not empty %}
{% endif %}
{% for post in pagination %}
{{ include('post/blocks/post-excerpt.html.twig', { post: post }) }}
{% else %}