diff --git a/templates/community.html b/templates/community.html index 5712a44..034ebbe 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 3dcb219..cd5b7eb 100644 --- a/templates/page.html +++ b/templates/page.html @@ -14,7 +14,7 @@ {% endblock %} {% block body %}
-
+
{{ incomplete(this) }} {% block main %} {{ this.body }} @@ -29,13 +29,13 @@ {% block gutter %} {% if this.gutter and this.gutter.source %} -
+
{% else %} -
+
{% endif %} {% endblock %}