The `Renderer` abstract class serves as a base for all concrete `Renderer` adapters.				
When in a view, the local scope is that of an instance of `Renderer` - meaning that
`$this` in views is an instance of the current renderer adapter.

For more information about implementing your own template loaders or renderers, see the
`lithium\template\View` class.