...

/

Project Challenge: For Loop in Jinja

Project Challenge: For Loop in Jinja

In this lesson, we will be solving a challenge related to the usage of for-loops in Jinja.

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 ...