Esempio n. 1
0
def getJoke(id):
    joke = JokeController.getJoke(id,current_user)
    return render_template('article.html',joke=joke)