学习flask,写templates,templates ruxia
<!DOCTYPE html>
<head>
<link href="{{url_for('static',filename='css/bolg/style_common.css)}}" title="bolg_css" type="text/css" rel="stylesheet"></link>
</head>
<body>
<div id="header" >
<a title="12345" href="http://www.baidu.com">
<img src="{{url_for('static',filename='picture/doge.jpg')}}" border="0">
</a>
</div>
</body>
baocuo
<img src="{{url_for('static',filename='picture/doge.jpg')}}" border="0">
TemplateSyntaxError: expected token ',', got 'static'
hai zai bian ji