Information Passing between your Frontend and Backend (PART TWO).
PURPOSE
To pass dynamic information from the server to the front end. [Jinja Templating]
The Author assumes that you have read [PART ONE] of this blog and have basic understanding of integrating HTML with Flask.
Python/Flask
Modify your main app.py
file like so:
HTML
Create an about.html
file in your templates
directory
Add the following to it: