Closed elyasaresya closed 7 years ago
This package doesn't work with Twig AFAIK. Feel free to submit a PR that adds that support, though. Shouldn't be tough to add, just add a config var for using php or twig and then invoke MtHAML differently depending on that selection: https://github.com/arnaud-lb/MtHaml#usage
I'm using laravel 5, and this is my view (haml.blade)
#{'Hello World' | lower}
I try using {{ }} but the result is same.
{{ 'Export Sales System' | lower }}
and the result is