Are Django templates still used?

Of course they are . Even if you use a JS front end UI framework. I have many diff templates where I need fine grained control on who can access it and load specific templates that kicks off the front end. Also all my pdf is generated from django templates that renders the data etc…

Read more