I have a template and its location is like: index/login/index.html , but it depends on several files in the index directory to render completely. I used: render_template('index/login/index.html',newsession=1)
But it isn't rendering the page completely as most likely Flask is not accessing those files in index directory. How to do it? It seems to work on my home computer.