mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
5 lines
189 B
Twig
5 lines
189 B
Twig
<ul>
|
|
{% for route in routes %}
|
|
<li><a href="{{ path(route.key, args ) }}" class="{%- if activeRouteKey == route.key -%}active{%- endif -%}">{{ route.label }}</a></li>
|
|
{% endfor %}
|
|
</ul> |