X-Git-Url: https://git.rapsys.eu/treebundle/blobdiff_plain/f58d04f0643a9a0ab9b052589570af9cf1b450dc..85e71b7f13c02250139ee29ff3fb18ffcc5fabc6:/templates/index.html.twig diff --git a/templates/index.html.twig b/templates/index.html.twig new file mode 100644 index 0000000..b7fd158 --- /dev/null +++ b/templates/index.html.twig @@ -0,0 +1,19 @@ +{% extends '@RapsysTree/_base.html.twig' %} +{% block content %} +
+
+

{{ title.section }}

+

{{ description }}

+
+
+ {% for id, path in roots %} +
+
+

{{ id }}

+
+ TODO: list of images ? +
+ {% endfor %} +
+
+{% endblock %}