Module askama

Source
Expand description

Components for supporting askama.

Re-exports§

pub use self::askama::Template;
pub use self::askama::Template;

Structs§

RenderEndpoint
An endpoint which renders the output of inner endpoint and convert it into an HTTP response.
Renderer
The type for modifying the result rendered by Askama to an HTTP response.

Functions§

renderer
Create a Renderer for rendering the value of context type which implements askama::Template.