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