I want end users to be able to edit their view templates online, so it has to be safe or 'jailed' such that only the objects I explicitly push to the view page are made accessible.
i.e. I don't want the end user to be able to write python code, or figure out my connection string information etc. etc.
Is django's templating markup for views safe for this type of usage?