I am trying to concate a variable with another string but failed to do so. Till now i tried these things but failed.
{{name~' Leon'}} and {{name+' Leon'}}
remember i am trying to do it in swig not in twig.
I am trying to concate a variable with another string but failed to do so. Till now i tried these things but failed.
{{name~' Leon'}} and {{name+' Leon'}}
remember i am trying to do it in swig not in twig.
Are you able to do it this way?