I didn't find a way to pass a context/scope to the template being rendered. Is it possible? ``` echo $jade->render($file,array('user' => 'admin')); ```