def welcome()

in application.py [0:0]


def welcome():
    theme = application.config["THEME"]
    return flask.render_template(
        "index.html", theme=theme, flask_debug=application.debug
    )