Learn Django Templating Language – Jinja
This is second part in the series of ‘Learn Django 3: by building a blogging app’ .
In this section you will learn to create basics templates in Django 3. You will learn to create base template with Jinja template language for Python.
Here are few things that I am going to cover in this section.
- Jinja Syntax
- Jinja Blocks
- Jinja Extends function
- Jinja for in iterator
- Jinja url function
