Project Challenge: For Loop in Jinja
In this lesson, we will be solving a challenge related to the usage of for-loops in Jinja.
We'll cover the following...
Problem statement
In a real-world application, we want our data to be dynamic. So, even if the information changes, then the template also updates to reflect the updated data.
Therefore, in this lesson, we will be ...