-
Notifications
You must be signed in to change notification settings - Fork 6
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
Convert EJS to using JADE #27
Comments
Jade code looks a bit odd to me. Why use it? |
Reopen for discussion purpose : I'm currently digging to Rendr (https://github.com/airbnb/rendr), a framework based on Backbone.js that can render views both client side and server side. Using Handlebars, so not a meta-language à la Jade but HTML esssentially But this is a discussion we need to have about the whole app architecture.. |
I don't mind changing the template, I just changed it to jade cause ejs wasn't working well at this time. |
EJS is really limited when it comes to designing pages. We want to use Jade templates because it allows us to do blocked templating
/cc @jthiller @jeremybenaim
The text was updated successfully, but these errors were encountered: