concatenate
Concatenates two strings if a condition is met.
.concatenate {abc} with:{def} <!-- abcdef -->Content copied to clipboard
.var {condition} {no}
.concatenate {abc} with:{def} if:{.condition} <!-- abc -->Content copied to clipboard
Return
a new string that is the concatenation of a and b if condition is true, a otherwise