{% 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 %} {# Add a blank element for empty paragraphs (blank lines) to show up. #}

{% endfor %}