6 ms·
I'm curious as to why this project is using Django templates (as opposed to Jinja2)? Django is a heavy dependency if you're just planning on using Django templa
by mkhattab 12y ago
I'm curious as to why this project is using Django templates (as opposed to Jinja2)? Django is a heavy dependency if you're just planning on using Django templates. Also, from what I've read, it appears that Jinja2 is more extensible.