add projets

This commit is contained in:
2018-12-14 10:29:18 +01:00
parent 5fed785d86
commit 6f5eca2799
190 changed files with 17055 additions and 204 deletions
@@ -0,0 +1,6 @@
{% import 'macros/macros.html.twig' as macros %}
<ul {{ tree ? 'class="tree"' : '' }}>
{{ macros.nav_loop(pages) }}
</ul>