diff --git a/templates/files.html b/templates/files.html
index 6f27e50..4847542 100644
--- a/templates/files.html
+++ b/templates/files.html
@@ -2,11 +2,25 @@
{% block main_content %}
{{page_title}} -- {{file_data.view_path}}
-
- Size:
-
-
-
+
{% for obj in file_data.view_list %}
@@ -14,9 +28,9 @@
{% if obj.type=="Image" %}
-
+
{% elif obj.type == "Video" %}
-
+
{% endif %}
{{obj.name}}
@@ -26,3 +40,13 @@
{% endblock main_content %}
+{% block script_content %}
+
+{% endblock script_content %}