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

📚 Welcome to Book-to-Book

Discover, Explore, and Shop Your Favorite Books!

Browse Books
{% if featured_book %}
{% endif %}
{% for category, books in categorized_books.items %}

{{ category }}

{% for book in books %}
{{ book.title }}
{{ book.title }}

By: {{ book.author }}

Price:Ksh. {{ book.price }}

{% if book.quantity > 0 %}
{% csrf_token %}
{% else %} {% endif %}
View
{% endfor %}
{% endfor %}
{% endblock %}