String
Overview
Tmplits provides several helper functions for string manipulation.
Concat
Concatenate a set of strings together.
Usage
Syntax:
{{concat 'string1' 'string2' 'string3' '... stringN'}}
Example:
{{concat 'Hello' ' ' 'Mom'}}
Output:
Hello Mom