{% load parody_web %} {% block title %}{{ book.title }}{% endblock %} {% load static %} {% block head_extra %}{% endblock %} {% include "parody_web/_masthead.html" %} {% if book.draft %}
This edition is in development and not yet public — you are viewing it as the owner.
{% endif %}
{% block side %}{% endblock %}
{% block body %}{% endblock %}
{% block rail %}{% endblock %}
{% include "parody_web/_footer.html" %}