How do I configure Follow Me Skin default index data - Global Config - Site Settings - *Missing Slide*
Design and Skin Customization
True, it is easy to break stuff if you put the wrong code in. The template editor tries to check you code and tell you if you're going to put something in that will break the page.
Have you found some code that gets through those checks and breaks the page? would be interested to know what that code is so we can put more checks in to prevent it.
EXAMPLE: this in a template WILL break the page:
{if $something}
....
Code has rules that must be adhered too, and if not you get an error. The error is not being mean in breaking your page, its just trying to tell you that something is wrong.
)