11 lines
164 B
HTML
11 lines
164 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Manage your uploads</title>
|
|
</head>
|
|
<body>
|
|
{% for file, date in uploads %}
|
|
{% app_url + file + "\t" + date %}
|
|
</body>
|
|
</html>
|