Module finchers_template::askama[][src]

Components for supporting askama.

Re-exports

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.