Twig variables in twig variable

I have twig variable html. To show it in twig template I do {{html}}. That variable look like {{region_top}}{{region_center}}. region_* is variables too. When twig parse my html variable he didn’t parse inner variables (regions). What can I should do? Twig takes your strings as a literal string, meaning you’ll see the content of the … Read more