Control Flow

In this lesson, we will learn how to add control flow blocks in the Jinja templating language.

We'll cover the following...

Introduction #

Jinja also provides syntax to handle the control flow of the application inside its templates. Loops and conditions can be added to the templates using a pythonic syntax provided by Jinja. ...