Hi, I have problem with passing variable into twig. I use $twig->twig_vars to pass variable to twig template, but when I use caching this var is some kind cached also so there are wrong data. When disable chaching or swhitch debugger on, works well and variable is passed properly.
Do you have any suggestins to fix this issue and keep chaching working?
Thnx