{% load wagtailcore_tags wagtailimages_tags %} {% for child in content %} {% if child.block_type == 'h2' %}
{{ child.value.quote }} {% if child.value.attribution %}- {{ child.value.attribution }}{% endif %}{% elif child.block_type == 'paragraph' %} {{ child.value|richtext }} {% elif child.block_type == 'aligned_image' %}