{% extends "base.html" %} {% block content %}

{{ book_folder }}

Run #{{ run.id }}
Back to Run
{% for ch in manuscript %}
Chapter {{ ch.num }}: {{ ch.title }}
{{ ch.html_content|safe }}
{% endfor %}
Table of Contents
{% for ch in manuscript %} {{ ch.num }}. {{ ch.title }} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}