{% extends "pages/base.html" %} {% load i18n static %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% if toc %}
{% endif %}
{{ content|safe }} {% if has_remaining_sections %}
{% trans "Loading remaining sections…" %}
{% endif %}
{% if has_remaining_sections %} {% endif %} {% endblock %} {% block extra_scripts %} {% include "includes/reader_qr_script.html" %} {% endblock %}