mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 02:04:24 +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> |