In a layout file, we a special content holder variable called $content, which basically gets decorated when we do a $this->render('index') in our controller.
What would the best way be to say add another content holder variable, say $side_content and also have that be decorated from the result of another view, also determined in controller action.