While you can use Jinja templates in django, that requires additional 
configuration to ensure the proper template renderer is used.  Otherwise, 
by default, django uses its own template renderer.

You don't say whether you've taken the necessary steps to have your django 
project use Jinja, and from the output you posted, it seems unlikely.

So, the documentation on templates 
<https://docs.djangoproject.com/en/3.0/topics/templates/> is pretty 
thorough in the steps you need to take, or use django template syntax.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/213f585e-4b65-409f-b94f-0bc0fb9547c4%40googlegroups.com.

Reply via email to