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

{{ section.title|code_spans }}

{% endif %} {% if preview %} {% if section.html %}
{{ section.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.

{% else %} {% if section.html %} {{ section.html|render_book }} {% endif %} {% if section.online_resources %}

Online resources

{{ section.online_resources|render_book }}
{% endif %} {% endif %} {% endblock %}