Handlebars Helpers
Array to string
Returns a string with all the items from an array
Uses
- Use covert an array (list of items) into a comma separated string
Usage
Helper name : arraystring
eg.
{{#arraystring [array]}}{{/arraystring}}
Examples
Simple Array
Example definition:
Substituted definition