{% 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 %}


{% if previousbook %} < see the previous book added to XPPL:  {{ previousbook.title |truncate(40,True,'...') }} {% endif %} {% if nextbook %} see the next book added to XPPL:  {{ nextbook.title|truncate(40,True,'...')}} > {% endif %}
{% endblock %}