Jinja2 Templates
In this lesson, we will learn about dynamic templates and Jinja’s templating engine.
We'll cover the following...
Introduction
In this lesson, we will take a look at the concept of dynamic templates. We will also learn how to serve dynamic content in our Flask application.
Dynamic templates
Consider that if we are making an application with multiple users, such as a social media application, each user will have a unique profile and unique information associated ...