{% extends "base.html" %} {% load static %} {% block title %}{{ book.title }} | BookStore{% endblock %} {% block content %}
{% if book.cover_image %} {{ book.title }} {% else %}
Premium Digital Edition
{% endif %}
PDF Format
Instant Access
Print Ready
Share this book
{{ book.category.name }}

{{ book.title }}

Special Price

${{ book.price }}

Availability Available for Download
Description
{{ book.description|linebreaks }}

Get Your Digital Copy

Secure payment via EVC, Zaad, or Sahal.

{% if related_books %}

More From This Category

View All
{% endif %}
[Google AdSense Footer Slot]
{% endblock %}