{% load wagtailcore_tags %}
{{ value.text|richtext }} {% if value.cta_buttons %}
{% for block in value.cta_buttons %} {% include_block block %} {% endfor %}
{% elif value.cta_url and value.cta_label %}

{# It doesn't use dsfr_link or dsfr_button because it's a link with a button style #} {{ value.cta_label }}

{% endif %}