{% extends 'base.html.twig' %} {% block title_tag %} {{- post.titleTag -}} {% endblock %} {% block description_tag %} {{- post.descriptionTag -}} {% endblock %} {% block robots %} {% endblock %} {% block content %}
{% cache 'bloghome_hero_image;' ~ postIdentifier ttl(31536000) %}

{{'Thématique "' ~ post.title ~ '"'}}

{% if blogHomes|length > 2 %}

Vous pouvez filtrer les articles par thématique…

{% for blogHome in blogHomes %} {% if post.slug != blogHome.slug %} {% 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 %}
{% endif %}
{% endblock %}