You should pass the data to the homepage: @app.route("/") def home(): return render_template('home.html', data=data).
確定! 回上一頁