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

Online resources

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