1 {% extends '@RapsysTree/_base.html.twig' %}
5 <h2><a href="{{ path('rapsystree') }}">{{ title.section }}</a></h2>
6 <p>{{ description }}</p>
9 {% for id, path in roots %}
12 <h3><a href="{{ path('rapsystree_directory', {path: id}) }}">{{ id }}</a></h3>
14 TODO: list of images ?