All of the data on this page is passed through Django's automatic escaping routine, which escapes the 5 key XML characters. You can find the escaping routine for Django 1.2.1 here.
This 5 character escaping is very common in templating engines, but it doesn't provide provide full protection. Take a look at the CSS examples and examples without quotes.