{% extends "parody_web/base.html" %}
{% block head_extra %}
{% endblock %}
{% block body %}
{% load parody_web %}
{% if book.cover_image %}{% endif %}
{{ book.authors|join:", " }}
{% endif %} {% if book.description %}{{ book.description }}
{% endif %} {% if book.book_metadata.editions %} {% with ed=book.book_metadata.editions.0 %}{% if ed.publisher %}{{ ed.publisher }}{% endif %} {% if ed.year %}({{ ed.year }}){% endif %} {% if ed.isbn %}· ISBN {{ ed.isbn }}{% endif %}
{% if ed.url_publisher %}Get the book — {{ ed.publisher|default:"publisher" }}
{% endif %} {% endwith %} {% endif %} {% for chapter, sections in chapters %}A partial web edition — selected sections are free to read; the rest are previews. Get the full book from the publisher (above). · Index{% if book.errata %} · Errata{% endif %}
{% endblock %}