I am rendering a template, that I am attempting to style with an external style sheet. File structure is as follows.
/app - app_runner.py /services
I'm pretty sure it's similar to Laravel template, this is how I did mine.
Referred: CSS file pathing problem
Simple flask application that reads its content from a .html file. External style sheet being blocked?