Hi, first thanks for this awesome project. It's allowing me to work on a project I've been wanting to do for ages. What I'm trying to do at the moment is register the helper "@blog" to emulate something done in express. I'd like to be able to use it like so: ``` {{@blog.title}} ``` However I can't figure out how to go about it. I can get this working: ``` {{#@blog}} {{title}} {{/@blog}} ``` And without the @ symbol: ``` {{blog.title}} ``` Could anyone give me any advice? Thanks!
Hi, first thanks for this awesome project. It's allowing me to work on a project I've been wanting to do for ages.
What I'm trying to do at the moment is register the helper "@blog" to emulate something done in express.
I'd like to be able to use it like so:
However I can't figure out how to go about it.
I can get this working:
And without the @ symbol:
Could anyone give me any advice?
Thanks!