diff --git a/webnotes/templates/base.html b/webnotes/templates/base.html index 1a74f77e31..ae39c365b1 100644 --- a/webnotes/templates/base.html +++ b/webnotes/templates/base.html @@ -49,27 +49,32 @@ {%- block navbar -%}{% include "templates/includes/navbar.html" %}{%- endblock -%} +
-
+
{%- block content -%}{{ content }}{%- endblock -%}
-
+
{%- block sidebar -%}{%- if sidebar is defined -%}{{ sidebar }}{%- endif -%}{%- endblock -%}
-
+
{%- if footer is defined -%}{{ footer }}{%- endif -%}
-