I'm a bit confused. I'm creating a "theme"/"template" in site/templates/ which will take advantage of delayed output.
Why is the following placed in site/config.php instead of site/templates/config.php?
$config->prependTemplateFile = '_init.php';
$config->appendTemplateFile = '_main.php';