[web2py] Re: {{web2py_conflict}}

2011-08-16 Thread Niphlod
another way to go is redefine delimiters of template.

http://groups.google.com/group/web2py/browse_thread/thread/40e0d80807e14000/be29ae833c5ef23a


[web2py] Re: {{web2py_conflict}}

2011-08-16 Thread Massimo Di Pierro
you can pass delimiters=('left|','|right') to the gluon/remplate.py
render function but you have to call it explicitly. I do not want to
encourage it. It can only cause portability issues.

On Aug 16, 4:24 pm, Niphlod niph...@gmail.com wrote:
 another way to go is redefine delimiters of template.

 http://groups.google.com/group/web2py/browse_thread/thread/40e0d80807...


[web2py] Re: {{web2py_conflict}}

2011-08-15 Thread mikech
I will be interested to hear how this works out, as I'm also interested in 
Angular.