templates/footer/templateFooterPages.html.twig line 1

Open in your IDE?
  1. {% for page in templateFooterPages %}
  2. <li>
  3.     <a href="{{ path('page', {seoUrl: page.seoUrl}) }}" >{{ page.navbarTitre }}</a>
  4. </li>
  5. {% endfor %}