hello,
A usual flask app has the the following structure: {backend}: app.py --> for the flask controller
{front end}: templates --> directory for the front end /index.html -> front end data display etc.
How do we retrofit the above structure to pythonanwhere?
Thanks.