{% set title = 'Formations' %}{% set menu = 'formations' %}{% import "Default/macros.html.twig" as macros %}{% extends 'Default/base.html.twig' %}{% block content %}<div class='gpadding {{desktop("vt-20-in")}} {{mobile("vt-30-in")}} '> <div class='articles {{desktop("flex row space wrap")}} {{mobile("")}}'> {% for o in list %} {{macros.formation(o)}} {% endfor %} </div></div>{% endblock %}