{% extends "base.twig" %} {% block content %}

{{ term.name | bilingual(current_language) }}

{% if term_presentation %}
{{ term_presentation|raw }}
{% endif %}
{% include 'partials/category-filters.twig' %}
{% for post in posts %} {% include 'partials/post-card.twig' with { post: post, card: cards[post.ID], show_category: true } %} {% endfor %}
{% endblock %}