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