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