Serve files
This commit is contained in:
parent
145e3c592e
commit
ca52201880
4 changed files with 125 additions and 41 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue