{% extends 'base.html' %} {% block title %}Reading "{{ html_title }}"{% endblock %} {% block body %}
{% include "read/reading_menu.html" %}

{{ book.title }}

{{ page_num }}/{{ page_count }}
{% include "read/audio_player.html" %}

{{ book.title }}

...
{% endblock %}