Template
A template is a text document that contains variable name (with optionally processing logic syntax).
Each engine supports its own template syntax.
Operation
To transform a template into a data resource, you use the template operation.
Type
A template may be from the following type:
- text (default)
- html
- javascript
- css
- raw - the template will not be processed and be returned as-is. (no-op operation)
They are not all supported by the template engine and you should verify in the engine documentation.