Suggest renaming Template class into TemplateProcessor, because latter matches its purpose the best.
Template is not an instance of the Template class, it's a file on hard drive. The class loads template's content and processes it. Please, take a look at the definition also.
TemplateProcessor class could evolve into a separate component in the future, but, for now, I suggest just renaming.