join
The ´join´ function which takes a separator and any number of strings and concatenates them, separating each with the separator string.
{{ join ", " "apple" "orange" "banana" }}
join
The ´join´ function which takes a separator and any number of strings and concatenates them, separating each with the separator string.
{{ join ", " "apple" "orange" "banana" }}