Crate finchers_template[][src]

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

RenderEndpoint

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

TemplateEngine

A trait representing template engine used in Renderer.

Functions

renderer

Create a new Renderer from the specified template engine and template name.