lithium\template\view\Renderer::$_context
Context values that exist across all templates rendered in this context. These values are usually rendered in the layout template after all other values have rendered.
Source
protected $_context = array(
'content' => '', 'title' => '', 'scripts' => array(), 'styles' => array(), 'head' => array()
);