Hi,
i'm implementing a web app using web2py and jquery. I want to use the jquery templating plugin (http://github.com/jquery/jquery-tmpl) but the plugin uses the same notation for templates as web2py ( {{ code }} and collides with web2py templating. Is there any way i can disable web2py templating or escape the {{ and }} parts ?
Thank you !