Handlebars Object and List Functions
Use the Handlebars object and list functions to work with objects and lists.
This section contains information about these Handlebars functions.
| Function Name | Description |
|---|---|
| Each | Loops through a list of items and renders a block of template code for each item. |
| Filter | Returns a list of items that match a condition. |
| Flatten | Flattens a nested list into a single list. |
| Get | Returns the value of a property from an object. |
| Map | Extracts a specific field from each object in a list. |
| Slice | Returns a portion of a list between two specified indices. |