{% if title or subtitle or button %}
{% if title %}

{{ title }}

{% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %}
{% if button %} {% #button class="flex-shrink-0" href=button_href type="link" variant="primary" %} {{ button_text }} {% /button %} {% endif %}
{% endif %} {% if container %}
{% endif %} {{ children }} {% if container %}
{% endif %}