Possible Duplicate:
Passing html to template
I am using jinja2 templates. And I use its autoescape function to escape all the users input. But I am creating wiki, so for the content of the wiki page, I would like not to escape users input. How I can manage that?