{% for paragraph in paragraphs %}
{% if not paragraph %} {% endif %} {% for run in paragraph %}
{{ run.text }}
{% endfor %}
{% endfor %}