Expand description
Template support for Finchers
Re-exports§
pub use handlebars::Handlebars;pub use tera::Tera;
Modules§
- askama
- Components for supporting askama.
- horrorshow
- Components for supporting horrorshow.
Structs§
- Render
Endpoint - The type of endpoint which renders a Tera template with the value of specified context type.
- Renderer
- The type representing a renderer using the specified template engine.
Traits§
- Template
Engine - A trait representing template engine used in
Renderer.
Functions§
- renderer
- Create a new
Rendererfrom the specified template engine and template name.