{%extends "base.html"%} {% load static %} {%block content%} {{object.title}}

{{object.title}}

{% for Author in authordetail %}

{{object.author}}

{% endfor %}

{{object.publisher}}

{{object.year_published|date:'Y'}}

{{object.ISBN}}

{{object.blurb}}

Home Books Authors
{% endblock content%}