pub fn render_template( template: &str, context: &HashMap<&str, String>, ) -> Result<String, ElifError>