diff --git a/incorporealcms/templates/base-wide.html b/incorporealcms/templates/base-wide.html index 3e08b7b..569e857 100644 --- a/incorporealcms/templates/base-wide.html +++ b/incorporealcms/templates/base-wide.html @@ -1,38 +1,2 @@ - - -{{ title }} -{% if title %}{% endif %} -{% if description %}{% endif %} -{% if image %}{% endif %} - - - - - - -
- {% block header %} -
- - -
- {% endblock %} - {% block body %} -
- {{ content }} -
- - {% endblock %} -
- +{% extends "base.html" %} +{% block site_class %}class="wide-site-wrap"{% endblock %} diff --git a/incorporealcms/templates/base.html b/incorporealcms/templates/base.html index 0d71a44..da26990 100644 --- a/incorporealcms/templates/base.html +++ b/incorporealcms/templates/base.html @@ -10,7 +10,7 @@ -
+
{% block header %}