{% load wagtailcore_tags %} {% include "wagtail_feathers/blocks/heading2_block.html" with large_spacing=True value=value.heading sr_only=value.sr_only_label %}
{% for card in value.cards %} {% include_block card %} {% endfor %}
{% if value.heading %}

{{ value.heading }}

{% endif %} {% if value.content %}
{% for block in value.content %}
{% include_block block %}
{% endfor %}
{% endif %}