dsfr4drupal-1.x-dev/templates/taxonomy/taxonomy-term.html.twig
templates/taxonomy/taxonomy-term.html.twig
{% if attributes is not empty %}
<div{{ attributes }}>
{% endif %}
{{ title_prefix }}
{% if name and not page %}
<h2><a href="{{ url }}">{{ name }}</a></h2>
{% endif %}
{{ title_suffix }}
{{ content }}
{% if attributes is not empty %}
</div>
{% endif %}
