How to combine two string in twig?

前端 未结 4 2026
粉色の甜心
粉色の甜心 2021-02-01 12:25

I want to do something like this:

{% set c=a+b %}

Where a and b are strings.
How can I do it?

4条回答
提交回复
热议问题