mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-21 01:05:31 +00:00
22 lines
588 B
Markdown
22 lines
588 B
Markdown
# TemplateDialectWithSchema
|
|
|
|
!!! info
|
|
This page was generated by extracting information from a JSON Schema
|
|
data file for the API. It may be missing some information, or otherwise
|
|
suggest approximate or placeholder values based on information in the
|
|
schema file; this is due to limitations on how that data is extracted
|
|
from the underlying Rust code and into the JSON Schema, and then again
|
|
from there and into these docs.
|
|
|
|
|
|
This type is an enum with the following allowed values:
|
|
|
|
* `"Jinja"`
|
|
* `"Static"`
|
|
* `"Handlebars"`
|
|
|
|
### Examples
|
|
```json
|
|
"Jinja"
|
|
```
|