Closed crapthings closed 11 years ago
No. In Blade, all helpers are called before the template is rendered. So you should just do:
div= something
At runtime, Template.foo.something
is called and the output of that helper is merged into the local variable something
blade ?