{% extends 'base.html' %} {% load static %} {% block content %}

Discover Your Next Great Read

Browse from our vast collection of books across all genres and categories.

Filter Books
Clear Filters
{% for book in books %}
{{ book.title }}
{{ book.title }}

By: {{ book.author }}

Price: Ksh. {{ book.price }}

{% empty %}
No books found with current filters.
{% endfor %}
{% endblock %}