mirror of
https://github.com/resources-manager/resources-manager-webui.git
synced 2024-11-01 12:20:36 +01:00
7 lines
107 B
Twig
7 lines
107 B
Twig
|
<ul>
|
||
|
{% for m in menus %}
|
||
|
<li>
|
||
|
<a href="{{ path(m.route) }}">{{ m.title }}</a>
|
||
|
</li>
|
||
|
{% endfor %}
|
||
|
</ul>
|