Hello, How can I use php code in template? For example Hello {{ name }} and Hello <?php echo $name; ?> it is possible? I have many code and complex code with "if", "foreach", etc.
Hello,
How can I use php code in template?
For example
Hello {{ name }}
and
Hello
it is possible?
I have many code and complex code with "if", "foreach", etc.