I installed parser package for fuelphp to have mthaml (https://github.com/arnaud-lb/MtHaml) support in templates. So I created a tamplate and I don't understand how can I run fuelphp helper functions in the mthaml templates.
I'm running haml/twig templates
At example:
{% haml %}
!!!
%body
.login-box
= Form::open('/test/')
Will show error:
An opened parenthesis is not properly closed. Unexpected token "punctuation" of value ":" ("punctuation" expected with value ")") in "login.twig" at line 6
So question is How can I run fuelphp functions inside the mthaml templates?
Echoing array elements or strings with = array.some_value or = string
works fine.
bump.