This is my flask.py file:
names = ["jack", "bob", "sam"] @app.route(\'/home\') def home(): return render_template(\'home.ht