from flask import render_template
@app.route('/')def hello(): return render_template('index.html')
Log in to view the answer