WSGI and Jinja2
In this lesson, we will learn about WSGI and Jinja, and what their purpose is in Flask.
We'll cover the following...
Introduction
You might have heard comments such as “Flask is 100% WSGI compliant” or, “Flask uses Jinja as a template language.” But what exactly does this mean? What are WSGI and Jinja2? Let’s learn what these terms mean and their significance concerning Flask!