Expand description
Extends the built-in Tera filters.
Structs§
- Context
- Tiny wrapper around “Tera context” with some additional information.
- HasExisting
Content - See description in the
ContextStateimplementor list. - HasSettings
- See description in the
ContextStateimplementor list. - Invalid
- See description in the
ContextStateimplementor list. - Ready
ForContent Template - See description in the
ContextStateimplementor list. - Ready
ForFilename Template - See description in the
ContextStateimplementor list. - Ready
ForHtml Error Template - See description in the
ContextStateimplementor list. - Ready
ForHtml Template - See description in the
ContextStateimplementor list.
Traits§
- Context
State - At trait setting up a state machine as described below.
Its implementors represent one specific state defining the amount and the
type of data the
Contexttype holds at that moment.