pub fn write_template_to_file<P: AsRef<Path>>( template: &str, output_path: P, ) -> Result<(), Box<dyn Error>>
Write template to file