pub fn render(template: &str, ctx: &TemplateContext) -> StringExpand description
Render a template with the given context.
Convenience function equivalent to ctx.render(template).
pub fn render(template: &str, ctx: &TemplateContext) -> StringRender a template with the given context.
Convenience function equivalent to ctx.render(template).