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