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'

Reply via email to