diff --git a/compiler/datasheet/server_scripts/templates/index.html b/compiler/datasheet/server_scripts/templates/index.html
index a2e3ec13..66720d67 100644
--- a/compiler/datasheet/server_scripts/templates/index.html
+++ b/compiler/datasheet/server_scripts/templates/index.html
@@ -2,24 +2,27 @@
+
+
- {% for root, dir, files in os.walk(filedir) %}
+ {% for root, dir, files in os.walk(filedir) %}
-
-
- {% for f in files %}
-
+
+ {% for f in files %}
+
+
+ {% endfor %}
+
+
+
{% endfor %}
- {% endfor %}
-
-