std::html::template¶
Status: experimental
Context-aware HTML templates with auto-escape.
Public items¶
| Name | Kind | Description |
|---|---|---|
Template |
type | Compiled HTML template. |
parse |
fn | Parses a template string. |
render |
fn | Renders a template with the supplied data context. |