diff --git a/template.html b/template.html
index 36061a4..3494d19 100644
--- a/template.html
+++ b/template.html
@@ -11,14 +11,19 @@
{% if debug %}
-
DEBUG
+
+ DEBUG
+
{% endif %}
{% for headline, list in objs %}
{% if list|length > 0 %}
{{ headline }}
{% for client, value in list %}
- - {{ client.nick }}{{ " (" + client.identifier + ")" if debug }}{{ value }}
+ -
+ {{ client.nick }}{{ " (" + client.identifier + ")" if debug }}
+ {{ value }}
+
{% endfor %}
{% endif %}