Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Обучение для смены профессии, роста в карьере и саморазвития
@app.route('/') def index(): user = discord.fetch_user() return render_template('index.html', user=user) @app.route('/about') def about(): user = discord.fetch_user() return render_template('about.html', user=user) и т.д....