public compile (mixed $templatePath, [mixed $extendsMode])
Compiles a template into a file applying the compiler options This method does not return the compiled path if the template was not compiled
$compiler->compile('views/layouts/main.volt');
require $compiler->getCompiledTemplatePath();