-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Handlebars.js as the template language #194
Comments
Not sure if @wycats has any answers to this, but including him can't hurt :) |
Google yielded both this issue and this gist. Going to test it out today. If I remember, I'll report how it works. |
any update on how it worked? |
Unfortunately this was for a side project I lost steam on. Don't think I ever actually did this. Sorry @omricohen ... it is still something I'm interested in doing, but I have no timeline for working on it. |
Looked into this. The gist that @sdhull posted (and its fork) wasn't enough, because partials didn't work. Here is what you need to do: https://gist.github.com/1470966 |
I wanted to ask if it's possible to use Handlebars.js instead of Mustache.js for templating. It seems from the surface that these two things should be swappable, but wanted to post here to confirm and also have a document trail for other people wondering the same thing.
The text was updated successfully, but these errors were encountered: