Closed lorvent closed 8 years ago
Hi, how easy it is to customize syntax?
i want to use it for laravel so it would be better, if handlebar shares same syntax as laravel
ex: displaying a variable {{$var}} instead of {{var}}
do we need to do that at root level in handlebars or can be done in your layouts plugin?
Changing {{var}} to {{$var}} is a Handlebars language level request. These helpers don't address that at all.
{{var}}
{{$var}}
Hi, how easy it is to customize syntax?
i want to use it for laravel so it would be better, if handlebar shares same syntax as laravel
ex: displaying a variable {{$var}} instead of {{var}}
do we need to do that at root level in handlebars or can be done in your layouts plugin?