<section class="[ member-list ]"> <div class="[ wrapper ]"> <h1 class="[ member-list__heading ]">{{ teamListHeading }}</h1> {{ content | safe }} {% if teamListItems.length %} <ol class="[ member-list__items ]" reversed> {% for item in teamListItems %} <li class="member-list__item"> <a href="{{ item.data.url }}"> <div class="img-wrapper"> <img src=" {{ item.data.profile }}" alt="profil de {{ item.data.title}}"> </div> <h3 class="">{{ item.data.name }}</h3> <p>{{ item.data.position }}</p> </a> </li> {% endfor %} <li class="member-list__item info"> <p>Vous êtes porteur d’un projet entrepreneurial en numérique et nouvelles technologies ?</p> <a role="button" href="/nous-rejoindre" class="btn btn-primary">Rejoignez-nous <svg width="18" height="14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.602 5.823L12.05.376a1.357 1.357 0 00-1.875 0 1.295 1.295 0 000 1.84l3.278 3.235H1.326C.587 5.451 0 6.027 0 6.752s.587 1.302 1.326 1.302h12.127l-3.278 3.215a1.295 1.295 0 000 1.84 1.349 1.349 0 001.894 0l5.533-5.427c.246-.242.398-.576.398-.93 0-.353-.133-.687-.398-.93z" fill="#111"/></svg> </a> </li> </ol> {% endif %} </div> </section>