{% extends "parody_web/base.html" %} {% load parody_web %} {% block title %}{{ chapter.title|cut:"`" }} — {{ book.title }}{% endblock %} {% block head_extra %} {% endblock %} {% block body %}

{% if chapter.number %}{% if chapter.appendix %}Appendix {% endif %}{{ chapter.number }}. {% endif %}{{ chapter.title|code_spans }}

{% if leadin %} {% if preview %} {% if leadin.html %}
{{ leadin.html|render_book|truncatewords_html:150 }}
{% endif %}
{% with ed=book.book_metadata.editions.0 %}

This is a preview. Read the full book in print or ebook — {% if ed.url_publisher %}get it from {{ ed.publisher|default:"the publisher" }}{% else %}available from the publisher{% endif %}{% if ed.isbn %} (ISBN {{ ed.isbn }}){% endif %}.

{% endwith %}

Instructor with access? Instructor login.

{% elif leadin.html %} {{ leadin.html|render_book }} {% endif %} {% endif %} {% if contents %}

Chapter contents

{% endif %} {% if first %}

Start reading: {{ first.title|code_spans }} →

{% endif %} {% endblock %}