Hacker News new | ask | show | jobs
by vicngtor 5264 days ago
For all I know Django's templating system is probably the worst templating system in the entire python web ecosystem.
2 comments

The only thing I'm really taking from the django system is the syntax and some of the concepts. As far as I know, it's implemented completely differently. Very simple django/jinja2 templates will compile with Ginger, but the functionality is designed to be closer to Twig than anything.
If it's the worst, then they all must be pretty good, but I have always rather enjoyed Django's templates.