Skip to main content

render

Function render 

Source
pub fn render<T>(template: &T) -> Result<ViewResponse, Error>
where T: Template,
Expand description

Render an Askama-compatible template into a ViewResponse.

Forge templates compile down to Askama; this is the runtime entry point.