{% if child.title %}

{{ child.title }}

{% endif %} {% if child.content %}
{{ child.content }}
{% endif %}
{% for images in child.media.images %} {% if images %}{% endif %} {{ images.html }}
{{ child.content }}
{% endfor %}
{% for item in child.collection %}
{% for images in item.media.images %}
{{ images.html }}
{% endfor %}
{{ item.content }}
{% endfor %}