{% extends "parody_web/base.html" %} {% block head_extra %} {% endblock %} {% block body %} {% load parody_web %}
{% if book.cover_image %}{{ book.title }} cover{% endif %}

{{ book.book_metadata.name|default:book.title }}

{% if book.authors %}{% 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 %} {% if book.description %}

{{ book.description }}

{% endif %} {% if book_pdf_url %}{% endif %}

Contents


{% for chapter, sections in chapters %}
{% if chapter.number %}{% if chapter.appendix %}App. {% endif %}{{ chapter.number }}{% endif %} {{ chapter.title|code_spans }} {{ sections|length }} §
{% endfor %}
{% if systems_list %}

Hardware systems

{% endif %}

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