from . import app from flask import render_template @app.route("/shit") def index(): return render_template('index.html')