mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-16 23:34:23 +00:00
13 lines
488 B
Twig
13 lines
488 B
Twig
<li class="nav-link more"><a href="javascript:void(0)">Sections</a>
|
|
<ul class="submenu width-15-em">
|
|
{% for route in routes %}
|
|
<li><a href="{{ path(route.key, args ) }}">
|
|
{% spaceless %}
|
|
{% for icon in route.icons %}
|
|
<i class="fa fa-{{ icon }}"></i>
|
|
{% endfor %}
|
|
{% endspaceless %}
|
|
{{ route.label|trans }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
</li> |