The File adapter implements both template loading and rendering, and uses the
`lithium\template\view\Stream` class or `lithium\template\view\Compiler` class to auto-escape
template output with short tags (i.e. `<?=`).				
For more information about implementing your own template loaders or renderers, see the
`lithium\template\View` class.