from app_fb import app from flask import render_template @app.route('/', methods=['GET']) def index(): return render_template('index.html')