Module context

Source
Expand description

Extends the built-in Tera filters.

Structs§

Context
Tiny wrapper around “Tera context” with some additional information.
HasExistingContent
See description in the ContextState implementor list.
HasSettings
See description in the ContextState implementor list.
Invalid
See description in the ContextState implementor list.
ReadyForContentTemplate
See description in the ContextState implementor list.
ReadyForFilenameTemplate
See description in the ContextState implementor list.
ReadyForHtmlErrorTemplate
See description in the ContextState implementor list.
ReadyForHtmlTemplate
See description in the ContextState implementor list.

Traits§

ContextState
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 Context type holds at that moment.