->write('echo PHP_EOL."<!-- >>> TEMPLATE BEGIN >>> ".$_templateName." -->".PHP_EOL')
39
->raw(";\n");
40
// Make sure there is a body node
41
if (!empty($this->nodes['body'])) {
42
$compiler
43
->indent()
44
->subcompile($this->getNode('body'))
45
->outdent();
46
}
47
$compiler
48
->write('echo PHP_EOL."<!-- <<< TEMPLATE END <<< FROM ".$_templateName." TIME ".number_format((microtime(true)-$_templateTimer)*1000,2)."ms -->".PHP_EOL')