X
{% set socialLinks = getSocialInfosMobileButton() %} {% if socialLinks|length > 0 %} {% for social in socialLinks %} {% include 'components/icon.html.twig' with { 'icon': social.icon, css: '', style: 'font-size: 1.3rem;' } %}{% if social.formatButton %} {{ social.nom }}{% endif %} {% endfor %} {% endif %}
    {% block menu_mobile_recursif %} {% for item in menus %}
  • {{ item.title }} {% if item.children|length > 0 %} + {% endif %} {% if item.children|length > 0 %}
      {# Appel récursif #} {% with {'menus': item.children} %} {{ block('menu_mobile_recursif') }} {% endwith %}
    {% endif %}
  • {% endfor %} {% endblock %}