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.

  1. Jinja Syntax
  2. Jinja Blocks
  3. Jinja Extends function
  4. Jinja for in iterator
  5. Jinja url function

Pages: 1 2 3 4 5