{% extends 'base.html.twig' %} {% block jsonld %} {% endblock %} {% block body %}

{{ categorie.name }}

{% if categorie.articles|length > 0 %}
{% for article in categorie.articles %} {% include 'article/item.html.twig' %} {% endfor %}
{% else %}

Aucun article dans cette categorie.

{% endif %}
{% endblock %}