mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 16:54:25 +00:00
5 lines
141 B
Twig
5 lines
141 B
Twig
<ul>
|
|
{% for route in routes %}
|
|
<li><a href="{{ path(route.key, args ) }}">{{ route.label|trans }}</a></li>
|
|
{% endfor %}
|
|
</ul> |