{% extends 'base.html' %} {% block main %}

{{ book.title }}

Year published: {{ book.year_published }}

Author(s):

Category: {{ book.category }}

Included in stack(s):

{% if book.file %} {% else %} {% endif %}
{% endblock %}