diff --git a/templates/homepage.html b/templates/homepage.html
index f7e36682..9f81d760 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -9,10 +9,8 @@
{%- endblock -%}
{% block body %}
-
- {% for blk in this.section.blocks %}
- {{ blk }}
- {% endfor %}
-
+ {% for blk in this.section.blocks %}
+ {{ blk }}
+ {% endfor %}
{% endblock %}