--TEST-- "include" tag allows expressions for the template to include --TEMPLATE-- FOO {% include foo %} BAR --TEMPLATE(foo.twig)-- FOOBAR --DATA-- return ['foo' => 'foo.twig'] --EXPECT-- FOO FOOBAR BAR