pub fn render( data: impl Serialize, template: &mut File, output: &mut File, context: &Context, ) -> Result<(), Error>
Render the template with data in the output file