from microdot import Microdot app = Microdot() @app.route('/', methods=['GET', 'POST']) def index(request): page = '''