Welcome {{session['mickeys_first_name']}} Log Out Dashboard


Add a Favorite Book {% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}

{{message}}

{% endfor %} {% endif %} {% endwith %}







All Books



{% if book['id_user']==session['id_mickey_user'] %} {% endif %} {% endfor %}
{% for book in all_books %}
Edit
Show
Book Title:{{book['book_title']}}
Book Description: {{book['book_description']}}
Added by: {{book['first_name']}}{{book['last_name']}}



Add a Favorite