Ejemplo n.º 1
0
def view_book(title):
    book = Book.get_book(title)
    return render_template("view_book.html", book=book, incart=InCart(title))