Expand description
Components for supporting askama.
Re-exports§
Structs§
- Render
Endpoint - 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
Rendererfor rendering the value of context type which implementsaskama::Template.