{% if posts == true %}
Prochainement
{% elseif posts_now == true %}
En cours
{% endif %}
{% for item in posts %}
{% include 'components/thumbnails/thumbnails.twig' with { hn : 'h2' } %}
{% endfor %}
{% for item in posts_now %}
{% include 'components/thumbnails/thumbnails.twig' with { hn : 'h2' } %}
{% endfor %}