Available on crate feature
view
only.Expand description
Building HTML views using templates.
§Supported template engines
The following optional features are available:
Feature flag | Description | Default? |
---|---|---|
view-minijinja | Enables the minijinja template engine. | No |
view-tera | Enables the tera template engine. | No |
Functions§
- Renders a template with the given data using
minijinja
.