aboutsummaryrefslogtreecommitdiffstats
path: root/templates/static/chapter.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/static/chapter.html')
-rw-r--r--templates/static/chapter.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/static/chapter.html b/templates/static/chapter.html
index edbc040..842761f 100644
--- a/templates/static/chapter.html
+++ b/templates/static/chapter.html
@@ -41,7 +41,9 @@
</h1>
<article class="ogmarkup">
- {{ chapter.content | safe }}
+ {% for content in chapter.content %}
+ {{ content | safe }}
+ {% endfor %}
</article>
{% if not body_only %}
</body>