{% load wagtailcore_tags %}
{{ value.text|richtext }} {% if value.cta_url and value.cta_label %}

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

{% endif %}