+ {% for paragraph in (article.body or '').split('\n\n') %} + {% if paragraph.strip() %}

{{ paragraph }}

{% endif %} + {% endfor %} +