Yes, {{ myobject.content | escape }}
should help (assuming you mean Django templates -- there's no specific "App Engine" templating system, GAE apps often use the Django templating system); you may need to repeat the | escape
part if you want two levels of escaping (as appears to be the case in some but not all of the example you supply).
Alex Martelli
2009-05-20 17:19:31