@app.route("/search")
def search():
return render_template("/search.html")
][1]
This the code used in my app.py. I have tried
{href="./search.html"}
but there is no difference.
Edit How my project folder looks like Edit 2: My mistake in the routing