I am making a website using html, css, flask and jinja2.
I have a page working on a flask server, the buttons and labels etc. are displayed, but the css stylesheet I
The order of handler might cause the problems:
url: /stylesheets static_dir: stylesheets url: /.* script: helloworld.application
will work instead of
url: /.* script: helloworld.application url: /stylesheets static_dir: stylesheets