{% cache 'bloghome_hero_image;' ~ postIdentifier ttl(31536000) %} {{'Thématique "' ~ post.title ~ '"'}} {% if blogHomes|length > 2 %} Vous pouvez filtrer les articles par thématique… Tous les articles {% for blogHome in blogHomes %} {% if post.slug != blogHome.slug %} {{blogHome.title}} {% endif %} {% endfor %} {% endif %} {% endcache %} {% for blogPost in blogPosts %} {% if blogPost.publish %} {% include('blog/_posts_item.html.twig') with { post_item : blogPost, post_item_class : 'posts__item--home', post_item_overlay_class : 'posts__item-overlay--home', post_item_image_class: 'posts__item-image--home', post_item_inner_class : 'posts__item-inner--home', post_item_excerpt_class : 'posts__item-excerpt--home', isIndexed: false } %} {% endif %} {% endfor %} {% if showLoadButton %} Charger plus d'articles {% endif %}