{% extends "parody_web/base.html" %} {% block head_extra %} {% endblock %} {% block body %} {% load parody_web %}
{% 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 %} {% if book.description %}{{ book.description }}
{% endif %} {% if book_pdf_url %}Download the full book as a PDF{% if book.print_pages %} {{ book.print_pages }} pages{% endif %}
{% endif %}Contents
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 %}