{##} {% if include_katex_css %}{% endif %}

{{ chapter.front.title }}

{{ content|safe }} {% match next_chapter %} {% when Some with (chapter) %}
Next chapter: “{{ chapter.front.title }}”
{% when None %} {% endmatch %}
{% if include_reload_script %} {% include "reload.html" %} {% endif %}