diff --git a/core/templates/base.html b/core/templates/base.html index a2df37f..e87fe6d 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -320,8 +320,18 @@ {% endblock %} - {% block content %} + {% block content_wrapper %} + {% block content %} + {% endblock %} {% endblock %} + + + + + + {% block widgets %} + {% endblock %} +