Python, Flask - How do I make clickable links in the templates folder and redirect to a different page?

后端 未结 0 1630
死守一世寂寞
死守一世寂寞 2020-12-10 09:19

This is my flask.py file:

names = ["jack", "bob", "sam"]

@app.route(\'/home\')
def home():
    return render_template(\'home.ht         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题