{% load wagtailcore_tags %}
{% if not value.fluid %}
{% endif %} {% if value.heading %}

{{ value.heading }}

{% endif %} {% if value.content %}
{% for card in value.content %}
{% include_block card %}
{% endfor %}
{% endif %} {% if not value.fluid %}
{% endif %}