{# Default hero block. Theme-overridable: define madga/blog/blocks/hero.html in your theme. #}

{{ config.title|default:"Bienvenido" }}

{% if config.subtitle %}

{{ config.subtitle }}

{% endif %} {% if config.cta_label and config.cta_url %} {{ config.cta_label }} {% endif %}