pub fn render<T>(template: &T) -> Result<ViewResponse, Error>where T: Template,
Render an Askama-compatible template into a ViewResponse.
ViewResponse
Forge templates compile down to Askama; this is the runtime entry point.