{{join}} helper
This helper creates a one string from given values, separated by its first argument.
Syntax:
{{join separator value1 value2 value3}}
Example:
{{join "," "a" "b" "c" "d"}}
Example output:
"a,b,c,d"
This helper creates a one string from given values, separated by its first argument.
Syntax:
{{join separator value1 value2 value3}}
Example:
{{join "," "a" "b" "c" "d"}}
Example output:
"a,b,c,d"
What are you waiting for?