Hello everyone i am trying to use Mustache.js along with web2py Mustache is a cross language rendering mechanism. We use it both server side and client side.
What i want to do is to have a hidden div with the mustache template but i have the following problem. Mustache uses {{ }} as web2py does so if i place my mustache templates in the html code web2py dies. Is there anyway to bypass the web2py rendering for a given partial so i do not have to do any changes to mustache?