Reputation: 35
I'm trying to have something like this:
Rue Félicité Beaudin
13004 Marseille
And in twig I've got 3 variables :
I've tried to do :
{{ company.address~"\n"~company.zipcode|raw|nl2br }} {{ company.city }}
but no success, is there a way to break the line between 2 variables ?
Upvotes: 0
Views: 102