<html>
<head><title>Index of {{root}}</title></head>
<body>
<h1>Index of {{root}}</h1><hr><pre><a href="../">../</a>
{%- for i in dir|sort(attribute=name) %}
<a href="{{i.name}}/">{{"%-55s"|format(i.name+"/</a>")}}{{i.stat.st_mtime | strftime("%d-%m-%Y %H:%M")}}{{"%20s"|format("-")}}
{%- endfor %}
{%- for i in file|sort(attribute=name) %}
<a href="{{i.name}}/">{{"%-55s"|format(i.name+"</a>")}}{{i.stat.st_mtime | strftime("%d-%m-%Y %H:%M")}}{{"%20d"| format(i.stat.st_size)}}
{%- endfor %}
</pre><hr></body>
</html>
