mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 02:34:24 +00:00
8 lines
173 B
Twig
8 lines
173 B
Twig
<ul class="tab-nav">
|
|
{% for menu in menus %}
|
|
<li class="">
|
|
<a href="{{ menu.uri }}" >{{ menu.label|upper }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|