Improve Jinja2 support in DRF
This is a reminder to improve the Jinja2 support in DRF in regard with the template tags after reading https://twitter.com/aymericaugustin/status/725964478693687296.
Current situation is we have a couple of template tags but they can't be used with Jinja2.
Adding another reference: https://github.com/django/deps/blob/master/final/0182-multiple-template-engines.rst#isn-t-this-going-to-fragment-the-ecosystem-of-pluggable-apps
https://github.com/niwinz/django-jinja how about using this package?
I'm reluctant to add an external dependency here.
iirc django-jinja package was created before Django add the possibility to use jinja. We now have jinja possibility Django built-in :)
that has many helpers to better support different django features work well with jinja2 https://github.com/niwinz/django-jinja/blob/strip/doc/content.adoc#rationale
Should be there a jinja2 renderer? or something like this? alternative templates based on jinja2? I would be happy to contribute