mirror of
https://github.com/resources-manager/resources-manager-webui.git
synced 2024-11-22 07:59:20 +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> |