pub fn render<T: Serialize>( name: &'static str, source: &'static str, surface: &Surface, content: &T, ) -> Result<String, Error>
Render one operator template with a Surface and consumer-owned context.
Surface