Hacker News new | ask | show | jobs
by rufugee 4646 days ago
What do you lose by using djinja instead of the builtin template engine?
1 comments

You primarily lose a few of the django filters, though they can all be implemented into the jinja filters if you need to
Wouldn't this also mean you have to re-implement any filters that come from third-party apps, too?