diff --git a/argos/server/templates/agents.html b/argos/server/templates/agents.html
index 9cd6b1a..aa5d58f 100644
--- a/argos/server/templates/agents.html
+++ b/argos/server/templates/agents.html
@@ -9,13 +9,12 @@
-
- {% for result in last_seen %}
-
- {{ result.agent_id }} |
- {{ result.submitted_at }} |
-
- {% endfor %}
+ {% for result in last_seen %}
+
+ {{ result.agent_id }} |
+ {{ result.submitted_at }} |
+
+ {% endfor %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/argos/server/templates/base.html b/argos/server/templates/base.html
index 14e48be..d8dc26b 100644
--- a/argos/server/templates/base.html
+++ b/argos/server/templates/base.html
@@ -1,20 +1,23 @@
-
-
- Argos
-
-
-
-
-
-
-
- {% block content %}
- {% endblock %}
-
-
-
-
\ No newline at end of file
+
+
+ Argos
+
+
+
+
+
+
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+