Expand description
§Tide-Tera integration This crate exposes [an extension
trait](TideTeraExt) that adds two methods to tera::Tera
:
render_response
and
render_body
. It also adds a
convenience context
macro for creating ad-hoc tera
Context
s.
Modules§
- prelude
- exposes
context
and `TideTeraExt.
Macros§
- context
- this macro simplifies creation of ad-hoc
tera::Context
s.
Traits§
- Tide
Tera Ext - This extension trait adds two methods to
tera::Tera
:render_response
andrender_body