16 ms·
For all I know Django's templating system is probably the worst templating system in the entire python web ecosystem.
by vicngtor 15y ago
For all I know Django's templating system is probably the worst templating system in the entire python web ecosystem.
- deoxxa 15y agoThe 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.
- baddox 15y agoIf it's the worst, then they all must be pretty good, but I have always rather enjoyed Django's templates.