Hello
I am trying to create a web based interface using flask for a ROS project, and I am having problems with getting the template to work. Below is the structure of my ROS project directory

The flask app is run from sort/displayer.py and I am storing the template in templates/
I get a TemplateNotFound error whenever I try to access the flask app from my browser. Please help
Hello

I am trying to create a web based interface using flask for a ROS project, and I am having problems with getting the template to work. Below is the structure of my ROS project directory
The flask app is run from sort/displayer.py and I am storing the template in templates/
I get a TemplateNotFound error whenever I try to access the flask app from my browser. Please help