{% extends 'base.html' %} {% block title %}Reading "{{ html_title }}"{% endblock %} {% block body %}
Home {% if config.ENV == 'dev' %} Dev environment {% endif %}

{% if prev10page != pagenum %} « {% else %} « {% endif %} {% if prevpage != pagenum %} {% else %} {% endif %} {{ pagenum }}/{{ pagecount }} {% if pagenum != pagecount %} {% else %} {% endif %} {% if next10page != pagecount %} » {% else %} » {% endif %}

{% if book.source_uri %} {% endif %} Edit

{% if pagenum == 1 %}

{{ book.title }}

{% endif %} {# Hack for js translation keyboard shortcut. #}
{% include 'read/sentences.html' %}
{% endblock %}