-
Notifications
You must be signed in to change notification settings - Fork 157
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
Chance to get handlebars templating work for nickel? #305
Comments
We recently extracted the mustache specific stuff to: https://github.com/Ryman/nickel-mustache with the aim of removing it from the core in the near future. It might be worth considering as a base to start a handlebars implementation for anyone interested. I definitely don't think it's impossible! sidenote: It would be nice in future to have a templating system that could work with a number of renderers (depending on the file extensions, etc), but there's been no work towards that as far as I'm aware. |
One solution is to make templating a middleware and let |
FYI, https://github.com/Ryman/nickel-mustache is alive and works, but it's falling behind nickel. |
Thank you. I will look into the implementation to see if it's possible to make a similar one with handlebars. |
The |
I haven't look into nickel much, but it seems the mustach template is hard-coded into the framework because the
render
function on response.So, based on current design, is it possible to use handlebars or any other templating system?
The text was updated successfully, but these errors were encountered: