templates/website/parts/header_collections.html.twig line 1

  1. {% for item in collections %}
  2.     <a class="dropdown-item" href="{{ path('page_heritage_products', {collection: item.id}) }}">
  3.         {{ item.title }}
  4.     </a>
  5. {% endfor %}