예제 #1
0
def best_new_music():
    reviews = PitchforkReviews.get_best_new_music()
    return render_template('best new music.html',
                           title='Best New Music',
                           reviews=reviews)
예제 #2
0
def best_new_music():
    reviews = PitchforkReviews.get_best_new_music()
    return render_template('best new music.html',
                           title='Best New Music',
                           reviews=reviews)