pub fn load_template( template_root: &Path, template_name: &str, ) -> Result<String, TemplateError>
Load a template file from a template root.