No. It is not intended to. The language in T3 is not the web2py
template language. You can only include plugins. You cannot break any
expression over multiple lines or multiple {{ }} tags.On Dec 17, 10:29 am, benchline <[email protected]> wrote: > Hi All, > > This code. > > {{for i in range(10):}} > {{=i}} > {{pass}} > > works in web2py templates, > but in a T3 wiki page it errors out with the following: > > Traceback (most recent call last): > File ".../web2py/applications/test_for_t3/modules/t2.py", line 41, > in t3_execute > exec(c,{},environment) > File "<string>", line 1 > for i in range(10): > ^ > SyntaxError: unexpected EOF while parsing > > Is this a bug or am I doing it incorrectly? > > PS; Massimo, excellent work on the framework and on T2/3! I can't > wait until I have more time to work with it. > > Paul D. Eden --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

