The class supports loading template files, adding variables to them and then
printing them to the screen. It functions as abstract parent class for the
two core classes "BackendTemplate" and "FrontendTemplate".
Usage:
$template = new BackendTemplate();
$template->name = 'Leo Feyer';
$template->output();