Expand description
Components for supporting horrorshow.
Re-exports§
pub use self::horrorshow::Template;
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.