yeoman-flask
yeoman-flask copied to clipboard
links to stylesheets messed up in base.html
The generator generates following header (links to css files) in base.html. I guess the escape characters are not escaped and displayed as they are.
<link rel="stylesheet" href="{{ static('css/bootstrap.css') }}">
<link rel="stylesheet" href="{{ static('css/main.css') }}">