The template compiler is a simple string replacement engine which allows PHP templates to be
overridden with custom syntax. The default process rules allow PHP templates using short-echo
syntax (`<?=`) to be rewritten to full PHP tags which automatically escape their output.				
It is possible to create your own template compiler and have the chosen `View` adapter use that
instead. Please see the documentation on the dynamic dependencies of the adapter in question
to know more about how this can be achieved.