pub fn parse_template_file(path: &Path) -> Result<Template>
Parse a template from a file path.
Reads the file content and parses it as a template.