diff --git a/templates/community.html b/templates/community.html index 5712a44271..034ebbea1e 100644 --- a/templates/community.html +++ b/templates/community.html @@ -2,8 +2,8 @@ {% from "macros/breadcrumbs.html" import breadcrumbs %} {% block title %}{{ this.title }}{% endblock %} {% block gutter %} - -
+ +
{{ this.gutter }} {% for child in this.children %} diff --git a/templates/page.html b/templates/page.html index 3dcb219c3c..cd5b7ebd77 100644 --- a/templates/page.html +++ b/templates/page.html @@ -14,7 +14,7 @@

{{ this.title }}

{% endblock %} {% block body %}
-
+
{{ incomplete(this) }} {% block main %} {{ this.body }} @@ -29,13 +29,13 @@

{{ child.title }}

{% block gutter %} {% if this.gutter and this.gutter.source %} -
+
{% else %} -
+
{% endif %} {% endblock %}