romainberger / yeoman-flask

Yeoman generator for Flask project
MIT License
73 stars 13 forks source link

links to stylesheets messed up in base.html #30

Open akarki15 opened 9 years ago

akarki15 commented 9 years ago

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