How can one use the equivalent of the implode
function in a Twig environment?
For example, the contents of the variable $data1 = "input your name"
and the variable $data2 = "input your address"
.
How to create a variable $result = "input your name, input your address"
in Twig?