yeoman-flask icon indicating copy to clipboard operation
yeoman-flask copied to clipboard

links to stylesheets messed up in base.html

Open akarki15 opened this issue 9 years ago • 0 comments

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') }}">

akarki15 avatar Jul 01 '15 15:07 akarki15