Код: Выделить всё
{% if var = 1 %}
{% set thing = function_with_side_effects() %}
{% endif
Подробнее здесь: https://stackoverflow.com/questions/792 ... tually-run
Код: Выделить всё
{% if var = 1 %}
{% set thing = function_with_side_effects() %}
{% endif