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

{{ object.title }}

by {{ object.author }}

Publisher: {{ object.publisher }}
Year Published: {{ object.year_published }}
ISBN: {{ object.ISBN }}
Blurb: {{ object.blurb }}



{# the links to other html files #}
{% endblock %}