- _v = VFFSL(SL,"body",True) # '$body' on line 5, col 1
- if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 5, col 1.
+ if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 26, col 1
+ write('''<p>[You are logged in as ''')
+ _v = VFFSL(SL,"user.username",True) # '$user.username' on line 27, col 26
+ if _v is not None: write(_filter(_v, rawExpr='$user.username')) # from line 27, col 26.
+ write('''.]</p>
+''')
+ _v = VFFSL(SL,"body",True) # '$body' on line 29, col 1
+ if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 29, col 1.