{{ article.title }}
{% if article.featuredText %}{{ article.featuredText }}
{% endif %} {# --- Contenu (with TOC anchor ids) --- #}{{ article.content|toc_anchors|raw }}
{# --- Tags --- #}
{% if article.tag|length > 0 %}
{% endif %}
{# --- Partage mobile (barre fixe bas) --- #}
{# --- Bloc auteur --- #}
{% if article.comments is defined %}
{% set author = article.comments|length > 0 ? null : null %}
{% endif %}
{{ article.comments|length }} commentaire{{ article.comments|length > 1 ? 's' : '' }}
{% if is_granted('ROLE_USER') %}Connectez-vous pour laisser un commentaire.
{% endif %}{{ comment.content }}