Hi, I have a declared value in the controller named: {{ themeUrl }}. I want to Join this variable to string in Volt template it works well with php: <?php $this->assets->collection('footer')->addJs($themeUrl.'/js/icheck.min.js');?>
But with Volt tempalte is Error: {% do assets.collection('footer').addJs({{ themeUrl }}'/js/icheck.min.js') %}} Please help me