Serve files

This commit is contained in:
Pascal Engélibert 2026-07-25 19:57:43 +02:00
commit ca52201880
4 changed files with 125 additions and 41 deletions

View file

@ -29,8 +29,8 @@ html, body {
</header>
<div id="tree">
<ul class="tree">
{% for entry in entries %}
{{ entry.render()? }}
{% for (_, entry) in root.entries %}
{{ entry.render()?|safe }}
{% endfor %}
</ul>
</div>