from app import app from app.utils.render import render @app.route('/tools') def tools(): return render('tools.html')