Appends a specified string to the end of another string.
str1
{String}
str2
returns
{{ append str1 str2 }}
{{ append 'hello' 'world' }} <!-- Outputs: 'helloworld' -->