def dashboard():
    board = Dashboard(widgets)
    board.configure(user_profile(1))
    return render_template('dashboard.html', dashboard = board)