mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
6 lines
128 B
Twig
6 lines
128 B
Twig
{% import 'macros/macros.html.twig' as macros %}
|
|
|
|
<ul {{ tree ? 'class="tree"' : '' }}>
|
|
{{ macros.nav_loop(pages) }}
|
|
</ul>
|
|
|