pub fn render_template<ES>( escaped_template: &ES, params: HashMap<&'static str, ES>, ) -> Stringwhere ES: AsRef<str>,