{% extends 'partials/base.html.twig' %} {% block content %} {% if page.header.activate_top == true %} {% set top = page.find(page.header.top) %} {% include 'partials/article_head.html.twig' with {'top':top } %} {% endif %}

{{ page.content }}

{% set actu = page.find('\/actualites').collection().slice(0,3) %} {% for post in actu%} {% include 'partials/grid-block.html.twig' with {'post':post } %} {% endfor %}
{% endblock %}