{% load static %}
⚙ Eval ← {{ book.title }} {% if chapters %} {% endif %}
{% if prev_index is not None %} ‹ Prev {% else %} ‹ Prev {% endif %} {% if next_index is not None %} Next › {% else %} Next › {% endif %}
{% if not chapter %}

No chapters extracted for this book. {% if book.format == 'epub' %}It may be a fixed-layout EPUB.{% endif %}

{% else %}
ch.{{ chapter.spine_index }} of {{ chapters|length }} {{ chapter.char_count|default:0 }} chars hash {{ chapter.content_hash }} {% if chapter.title %}title: {{ chapter.title }}{% endif %}
{% if chapter.title %}
{{ chapter.title }}
{% endif %}
{{ chapter.html|safe }}
{% endif %}