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

{{ section.title }}

{% endif %} {% if preview %} {% if section.html %}
{{ section.html|render_book|truncatewords_html:70 }}
{% endif %}

Preview. Sign in to read the full section.

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

Online resources

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