{% extends "base.twig" %} {% block content %}
{% 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 %}
objet 1
{% include 'partial/section_asso.twig' %}
objet 2
{% include 'partial/section_projets.twig' %}
objet 3
objet_1 objet_2 objet_3
{% include 'partial/section_tpsF.twig' %}

Transition urbaine

{% if post.video_la_mine %}
{{post.get_field('video_la_mine', FALSE, FALSE)}}
{% endif %}
{% endblock %}