print

The print function formats using the default formats for its arguments and returns the resulting string. Spaces are added between arguments when neither is a string.

{{ print $variable1 $variable2 }}