{% if post.lang == "en" %} {{ post.date_en }} {% else %} Le {{ post.date_fr }} {% endif %} {{ post.title }}
{% if loop.index < 20 %}
{% if post.description %}
{{ post.description }}
{% endif %}
{% endif %}