4 lines
79 B
Python
4 lines
79 B
Python
@app.route("/about")
|
|
def aboutpage():
|
|
return render_template("about.html")
|