diff --git a/cms/templates/base.html b/cms/templates/base.html
index 497296ee66..a23a31d9a5 100644
--- a/cms/templates/base.html
+++ b/cms/templates/base.html
@@ -4,26 +4,26 @@
-
-
-
-
{% block title %}{% endblock %}
+
+
+
+ <%block name="title">%block>
- {% include "widgets/header.html"%}
+ <%include file="widgets/header.html"/>
- {% block content %}{% endblock %}
+ <%block name="content">%block>
-
-
-
-
-
-
+
+
+
+
+
+