ez.no / ezpublish / documentation / reference / template functions / variables
These documentation pages are no longer maintained. Please visit the new documentation site.
Template functions related to variables/types.
| Operator | Description |
|---|---|
| append-block | Similar to set-block but will create an array out of all appe... |
| default | Declares (and defines) a variable if it does not already exist. |
| let | Declares (and defines) a variable. Warns if variable exists. |
| sequence | Creates a sequence that can be iterated over. |
| set | Sets the value of a variable. |
| set-block | Renders all it's children as text and sets it as a template v... |
Comments