def GET( self, x ): print 'in structure: '+x web.header('Content-Type', 'application/json') layout = portal_pages[x] return '{"layout":'+ layout.to_JSON() +'}'