I just open an html file and spit the code in web2py views now :P
Just for the shake of performance i cache the content so i do not open
the file all the time :)

On 4 Ιούν, 17:12, Thadeus Burgess <thade...@thadeusb.com> wrote:
> Unfortunately not at the moment. This is something we have been
> discussing for the last week however it does not seem web2py templates
> will ever get this.
>
> Just as a note, you would have this problem whether you were using
> jinja, or django templates as well.
>
> --
> Thadeus
>
>
>
> On Fri, Jun 4, 2010 at 6:50 AM, PanosJee <panos...@gmail.com> wrote:
> > 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?

Reply via email to