{% for para in paragraphs %}
{% for sentence in para %} {# Note: do not add paragraphs between the renders, it messes up some online chinese dictionary tools. #} {% for item in sentence.textitems %}{% include 'read/textitem.html' %}{% endfor %} {% endfor %}
{% endfor %}