{% extends 'base.html' %} {% block main %}

All Books

{% with messages = get_flashed_messages() %} {% if messages %}
{% endif %} {% endwith %} <<<<<<< HEAD ======= >>>>>>> 18f7acebcd760ab12a86ada4423cbefcbdaafdf5 {% for book in books %} <<<<<<< HEAD ======= >>>>>>> 18f7acebcd760ab12a86ada4423cbefcbdaafdf5 {% endfor %}
Cover Title AuthorFiletypeTag
{{ book.title }} {% for author in book.author %}
  • {{ author.author_name }}
  • {% endfor %}
    {{ book.fileformat }}{{ book.author }} {{ book.tag}}
    {% endblock %}