Chris McDonough wrote: > > While I'm not clear on exactly what you're doing (thus my answer might > be less than helpful), I think you can get at your variable by doing > something like (for instance): > > <span tal:define="myob python: request.SESSION['myob']"> and slightly cleaner: <span tal:define="myob nocall:request/SESSION/myob"> cheers, Chris