包含的Twig变量

时间:2018-10-26 10:51:39

标签: php symfony variables include

我正在尝试将SVG标记另存为变量,以传递到包含中。 像这样:

{% set var1 = {
  'svg': include './test-image.svg',
  'other_var': 'test string'
} %}

{% include './module.twig' with var1 %}

这可能吗?

1 个答案:

答案 0 :(得分:0)

是的,但是您不能使用的是

include './test-image.svg',