{% load booktype_tags %} {% if show_header %} {{ title }} {{ title }} {% endif %} {% if show_footer %} {% endif %} {% for item in book_items %} {% if item.type == 'chapter' %} {% if not forloop.first %} {% endif %} {{ item.content|safe }} {% endif %} {% if item.type == 'section' %} {% if not forloop.first %} {% endif %}