Hello, there are many existing PHP renderers (ex mustache https://github.com/bobthecow/mustache.php or smarty) and I already use one.
I'm trying to integrate silverstripe into my system, but the problem is SSViewer is hardcoded into silverstripe.
What is the best way to replace it?
I would prefer silverstripe developers to extract an interface from SSViewer so that we can create an adapter to another view renderer and safely substitute SSViewer. And also create a factory class that would select correct renderer for each template.