7 lines
136 B
HTML
7 lines
136 B
HTML
|
{% extends "../base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<p>Viewing file {{ filename }}</p>
|
||
|
<img src="/selif/{{ filename }}" />
|
||
|
{% endblock %}
|