{% load wagtailcore_tags %}
{% for child in content %} {% if child.block_type == 'paragraph' %}
{{ child.value|richtext }}
{% else %} {{ child }} {% endif %} {% endfor %}