{% extends "base.html" %} {% block title %}{{ page.title }} - {% endblock %} {% block content %}
{{ page.content }} {% if page.choice1url %} {% include "chapter-choices.html" %} {% else %} {% include "chapters/" + page.slug + ".html" %} {% endif %} {% include "email-for-book.html" %}
{% include "sidebar.html" %}
{% endblock %}