This is our second tutorial in Python Flask, in this tutorial we are going to have Introduction to Flask Templates, so for this Flask looks for the templates folder inside the application folder.

Also in the previous tutorial we had a complete introduction to Flask Web Framework,

you can check this link Flask Introduction & Installation.

The first step is that create a new folder at name of templates, make sure that it has the

same spelling, if you don’t do this, you will not see the content of your template.

After that you need to create an html file in your templates folder, iam going to create two html files, the first one is index.html and the second one is contact.html.

#flask #flask web development #python

Python Flask - Introduction to Flask Templates
6.05 GEEK