templates/Context/Shop/Menu/useCases.html.twig line 1

Open in your IDE?
  1. {# <div class="ui simple dropdown item">
  2.     <span class="text text-sm">{{ 'app.ui.by_use_case'|trans }}</span>
  3.     <span class="material-symbols-outlined">expand_more</span>
  4.     <div class="menu hyfindr-column-menu" {% if tags|length < 12 %}style="grid-template-rows: repeat({{ tags|length }}, 1fr)"{% endif %}>
  5.         {% for tag in tags %}
  6.             <a href="{{ path('open_marketplace_shop_tag_page', {'tag_name': tag.name}) }}" class="item">{{ tag.name }}</a>
  7.         {% endfor %}
  8.     </div>
  9. </div> #}