diff --git a/templates/homepage.html b/templates/homepage.html index 5032abb2..c440cc4d 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 171c614a..a958bb71 100644 --- a/templates/macros/multisection.html +++ b/templates/macros/multisection.html @@ -1,5 +1,3 @@ {% macro render_section(section) %} -
- {{ section.body }} -
+ {{ section.body }} {% endmacro %}