{% if showDate %} {% endif %} {% if showCategory and post.category %} {% endif %}

{% if site and page %} {{ post.title }} {% else %} {{ post.title }} {% endif %}

{% if showExcerpt and post.introduction %}

{{ post.introduction|length > 150 ? post.introduction|slice(0, 150) ~ '...' : post.introduction }}

{% endif %} {% if site and page %} Lire la suite {% endif %}