-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add Slim templates #84
Comments
@danielberkompas I would leave the project embracing EEx only mate. I wouldn't split the community between EEx and Slim as it happened in the Rails ecosystem. Realistically from the experience of Ruby ecosystem, it just add friction and without techinical reasons to back it up outside of personal preferences. But, that is just my opinion. |
For me, adding templating other than the defaults chosen by phoenix only hurt the core application. |
Please mention that in the docs front page. Maybe around: "NOTE: If you choose to use slim templates, you will need to install Phoenix Slim.". I lost several hours trying to debug torch, expecting it to have slim support as it proclaims in the docs. |
This is now noted in the README. Closing for now. |
Currently, we only have templates for EEx.
The text was updated successfully, but these errors were encountered: