See: https://groups.google.com/forum/#!searchin/web2py/view$20comment/web2py/GDWuByevUzI/26SHLCtw2A8J
Yes, it's mostly plain Python but obviously not strictly plain Python. Just
put your comments on their own lines.
On Thursday, May 24, 2012 3:31:40 PM UTC-7, Vasile Ermicioi wrote:
>
> I read that all code between brackets {{ }} is plain python and {{pass}}
> is only necessary when you mix with html
>
> and in python that is valid code
> if True: #some comment
> print 'hello'
>

