[Solved] jinja2.exceptions.TemplateNotFound: index.html

reason:

reder_template directory is to find the folder templates in the current directory. The index.html file should be placed in the folder templates.

Solution:

Put app.py in the Templates folder outside the folder.

Read More: