In looking for a way to automatically and optionally insert the template name in an arbitrary format at the start and end of a compiled template, subclassing the Volt compiler seemed a promising approach. The volt engine has a getCompiler() method but not setCompiler(). How can the default template compiler instance be replaced by a custom one?