- <link rel="stylesheet" href="/static/css/reset.css" type="text/css" charset="utf-8" />
- <link rel="stylesheet" href="/static/css/960.css" type="text/css" charset="utf-8" />
- <link rel="stylesheet" href="/static/css/text.css" type="text/css" charset="utf-8" />
- <link rel="stylesheet" href="/static/css/1percent.css" type="text/css" charset="utf-8" />
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/reset.css" type="text/css" charset="utf-8" />
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/960.css" type="text/css" charset="utf-8" />
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/text.css" type="text/css" charset="utf-8" />
+ <link rel="stylesheet" href="{{ STATIC_URL }}css/1percent.css" type="text/css" charset="utf-8" />