-
{% for p in popular_books%}
-
{{ p.book_title}}
{{ p.book_genre }}
{% endfor %}
-
{% for p in action %}
-
{{ p.book_title}}
{{ p.book_genre }}
{% endfor %}
-
{% for p in horror %}
-
{{ p.book_title}}
{{ p.book_genre }}
{% endfor %}
-
{% for p in scifi %}
-
{{ p.book_title}}
{{ p.book_genre }}
{% endfor %}
-
{% for p in comedy %}
-
{{ p.book_title}}
{{ p.book_genre }}
{% endfor %}
-
{% for p in drama %}
-
{{ p.book_title}}
{{ p.book_genre }}
{% endfor %}
-
{% for p in history %}
-
{{ p.book_title}}
{{ p.book_genre }}
{% endfor %}
-
{% for p in personalized %}
-
{{ p.book_title}}
{{ p.book_genre }}
{% endfor %}