parent
2d840df173
commit
3ebdf788e0
@ -0,0 +1,15 @@
|
||||
{% import 'macro' as macro %}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>豆瓣电影排行top250年份分布</title>
|
||||
{{ macro.render_chart_dependencies(chart) }}
|
||||
</head>
|
||||
<body>
|
||||
<hr />
|
||||
{{ macro.render_chart_content(chart) }}
|
||||
<hr />
|
||||
<a href="home">回到主页</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue