{% for row in csvdata %}
@@ -13,5 +15,17 @@
{% endfor %}
{% endfor %}
+
+
+ {% for column in csvdata[0] %}
+
{{ column[0] }}
+ {% endfor %}
+
+
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/_includes/custom-head.html b/_includes/custom-head.html
index 629b4fb3..377438bb 100644
--- a/_includes/custom-head.html
+++ b/_includes/custom-head.html
@@ -8,11 +8,13 @@
+
-
+
+
\ No newline at end of file