mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-25 17:04:04 +00:00
6 lines
136 B
HTML
6 lines
136 B
HTML
{% extends "../base.html" %}
|
|
|
|
{% block content %}
|
|
<p>Viewing file {{ filename }}</p>
|
|
<img src="/selif/{{ filename }}" />
|
|
{% endblock %}
|