mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 12:06:13 +00:00
9 lines
248 B
Twig
9 lines
248 B
Twig
<div class="list-group vertical-menu menu-household">
|
|
{% for menu in menus %}
|
|
<a class="list-group-item list-group-item-action"
|
|
href="{{ menu.uri }}">
|
|
{{ menu.label|upper }}
|
|
</a>
|
|
{% endfor %}
|
|
</div>
|