diff --git a/templates/citylist.html b/templates/citylist.html new file mode 100644 index 0000000..5f1c286 --- /dev/null +++ b/templates/citylist.html @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+

正在热映

+
+ +
+
    +
  • + +
  • +
+
+ + + + + + + + + + {% for movie in citymovies %} + + + + + + + + + + {% endfor %} +
影片海报影片名称导演演员电影时长上映地区
+ + + {{ movie[2] }} + {{ movie[3] }}{{ movie[4] }}{{ movie[5] }}{{ movie[6] }}
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file