{% load static i18n insight_tags %}
{% if hero_config.background_image_url %} {% endif %}
{% if hero_config.badge_config %}
{% badge config=hero_config.badge_config %}
{% endif %}

{{ hero_config.title }}

{% if hero_config.subtitle %}

{{ hero_config.subtitle }}

{% endif %} {% if hero_config.description %}

{{ hero_config.description }}

{% endif %} {% if hero_config.cta_primary or hero_config.cta_secondary %}
{% if hero_config.cta_primary %} {% button config=hero_config.cta_primary size="l" %} {% endif %} {% if hero_config.cta_secondary %} {% button config=hero_config.cta_secondary size="l" outline=True %} {% endif %}
{% endif %}