diff --git a/theme/templates/page.html b/theme/templates/page.html index 8b1048d5a..ef61d8f10 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -4,8 +4,7 @@ {% block content %} {% for page in pages %} -
-
+
{% for section in page.content %} {% if section.type == "normal" %} {% autoescape false %}{{ section.content }}{% endautoescape %}