pub fn render_template( handlebars: &mut Handlebars<'_>, map: &HashMap<&str, String>, template: Template, ) -> String