Description
Append strings passed in args to the input.
Syntax
{{ <string> | concat: <array of strings> }}
Example
{{ 'hello' | concat: 'world', 'yeah' }}
displays
helloworldyeah
Append strings passed in args to the input.
{{ <string> | concat: <array of strings> }}
{{ 'hello' | concat: 'world', 'yeah' }}
displays
helloworldyeah