{% extends "pages/base.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% if toc %}
{% endif %}
{% if edit_url %} {% endif %}
{{ content|safe }}
{% include "includes/reader_qr_script.html" %} {% endblock %}