Пример #1
0
def index():
    context = {
        'movie': Movie.current_movie()
    }
    return flask.render_template('index.html', **context)