diff --git a/cms/templates/html_error.html b/cms/templates/html_error.html index 7bc75ad0a9..f0f82d959b 100644 --- a/cms/templates/html_error.html +++ b/cms/templates/html_error.html @@ -3,19 +3,25 @@ <%block name="bodyclass">error <%block name="content"> -
-

- ${_("We're having trouble rendering your component.")} -

- % if message: -

- ${_("Error message:")} -

- -
-      ${message | h}
-      
-
- % endif +
+
+ +
+

+ + ${_("We're having trouble rendering your component")} +

+ +

You can try re-editing your component to check that your syntax is correct.

+ + % if message: +

+ ${_("Error message:")} + ${message | h} +

+ % endif + + +