You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
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!