diff --git a/templates/event.html b/templates/event.html
index c7f3a38..e444de2 100644
--- a/templates/event.html
+++ b/templates/event.html
@@ -1,35 +1,24 @@
- {{ data.event_name }}
-
-
-
+
+
{%- if data.event_text %}
{%- if data.event_text.append is defined %}
{%- for i in data.event_text %}
{%- if i.text_type_id == 1 %}
-
+
{%- endif %}
{%- endfor %}
{%- elif data.event_text.text_type_id == 1 %}
-
+
{%- endif %}
{%- endif %}
-
+ {{ data.event_name }}
+
-
+
{{ data.event_name }}{{ " ("+data.event_title+")" if data.event_title }}
@@ -104,6 +93,6 @@ footer {
{{ data.custom_attribute.attribute_value }}
{%- endif %}
{%- endif %}
-
+ Last modified at {{ data.last_mod_dt }} by {{ data.last_mod_user }}
diff --git a/templates/index.html b/templates/index.html
index 02eb5ab..aa4eee4 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,16 +1,15 @@
- UofL Events
-
-
+
+
+
+ UofL Events
+
-
+
Choose a day:
diff --git a/templates/list.html b/templates/list.html
index 3e4addb..eba2610 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -1,81 +1,73 @@
- 44live
-
-
-
-
-
+
+
+ {{ day }} - 44live
+
-
+
{{ data.space_name }}{{ " ("+data.building_name+")" if data.building_name }}
@@ -56,6 +39,6 @@ footer {
{%- endif %}
{%- endif %}
-
+ Last modified at {{ data.last_mod_dt }} by {{ data.last_mod_user }}