Learning Django in Python Working with Jinja template engine in Django
You can code all the html direct inside your python code when you working with Django, but why not use the strong template engine Jinja to this? in this video i will learn you the basic of how to use Jinja template engine inside your Django project.