alessandro trinca tornidor
[feat] permit download of tmp images if WRITE_TMP_ON_DISK env exists
27d2629
<html> | |
<head> | |
<title>Files</title> | |
</head> | |
<body> | |
<h1>Files:</h1> | |
<ul> | |
{% for file in files %} | |
<li><a href="{{file}}">{{file}}</a></li> | |
{% endfor %} | |
</ul> | |
</body> | |
</html> | |