diff --git a/charon/constants.py b/charon/constants.py
index 1a642465..03c38c19 100644
--- a/charon/constants.py
+++ b/charon/constants.py
@@ -133,10 +133,8 @@
-
- {% for item in index.items %}
- - {{ item }}
- {% endfor%}
+ {% for item in index.items %}
+ - {{ item }}
{% endfor%}
@@ -162,11 +160,9 @@
- {% for item in index.items %}{% if item.startswith("@") or item.startswith("..") %}
- - {{ item }}
- {% else %}
- - {{ item }}
- {% endif %}{% endfor%}
+ {% for item in index.items %}{% if item.startswith("@") or item.startswith("..") %}
+ - {{ item }}
{% else %}
+ - {{ item }}
{% endif %}{% endfor%}