7 lines
181 B
HTML
7 lines
181 B
HTML
|
{% extends "../base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<p>Viewing file {{ filename }} of mime: {{ mime }}</p>
|
||
|
<p><a href="/selif/{{ filename }}">Click to download</a></p>
|
||
|
{% endblock %}
|