-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.0.0] Volt: Macro does not work! #12118
Labels
not a bug
Reported issue is not a bug
Comments
This statement is wrong: {% print_hello('hi! baby.') %} If you want to call the macro you have to you use {% do print_hello('hi! baby.') %} or {{ print_hello('hi! baby.') }} https://docs.phalconphp.com/en/latest/reference/volt.html#expressions |
Yes bug!. {{ print_hello('hi! baby.') }} and notice:
|
I thought it was fixed - #11902 You sure you on 3.0.0 ? |
Yes. Fix in branch 3.0.x. tank you. +1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
service view:
route micro:
test volt: system/index.volt
result:
The text was updated successfully, but these errors were encountered: