Open karneaud opened 5 years ago
Using blade syntax {{ $foo }} in widget templates do not render. However <?php echo $foo; ?> would.
{{ $foo }}
<?php echo $foo; ?>
Asgardcms/Platform
Hi, this is a very strange... How you are supply data to template?
@ptonev similar to how the official blog modules does it
Strange I haven't similar problem. All work fine.
Summary of issue
Using blade syntax
{{ $foo }}
in widget templates do not render. However<?php echo $foo; ?>
would.Steps to reproduce
System Details
Asgardcms/Platform
version - 3.6.1