diff --git a/templates/homepage.html b/templates/homepage.html
index 5032abb..c440cc4 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -17,7 +17,9 @@
{% endif %}
- {{ render_section(child) }}
+
+ {{ render_section(child) }}
+
{% endif %}
diff --git a/templates/macros/multisection.html b/templates/macros/multisection.html
index 171c614..a958bb7 100644
--- a/templates/macros/multisection.html
+++ b/templates/macros/multisection.html
@@ -1,5 +1,3 @@
{% macro render_section(section) %}
-