+ {% if messages %}
+
{% for block in self.body %}
{% with scope_class=block.block_type|split:"_"|join:"-" %}
diff --git a/mandelstudio/templates/engine/pages/base_standard_page.html b/mandelstudio/templates/engine/pages/base_standard_page.html
index 927d33b..ad98740 100644
--- a/mandelstudio/templates/engine/pages/base_standard_page.html
+++ b/mandelstudio/templates/engine/pages/base_standard_page.html
@@ -37,6 +37,17 @@
{% include "carbasa/headers/header.html" %}
+
+
+ {% endif %}
+ {% if messages %}
+
+
+
+ {% endif %}