Say I have a route in Flask like this:
@app.route(\'/\') def index(): return render_template(\'index.html\')
but I want to call a functi