{{ if heading || description || primary_button || secondary_button }}

{{ heading }}

{{ if description }}

{{ description }}

{{ /if }} {{ if primary_button || secondary_button }}
{{ if secondary_button }} {{ if (secondary_button_link_type == "url") }} {{ _secondary_button_link = "{{ secondary_button_link }}" }} {{ elseif (secondary_button_link_type == "collection") }} {{ _secondary_button_link = "{{ secondary_button_page_story:url }}" }} {{ elseif (secondary_button_link_type == "download") }} {{ _secondary_button_link = "{{ secondary_button_download }}" }} {{ secondary_button_target = "_blank" }} {{ /if }} {{ partial:sets/button class="{['text-white!', 'w-full'] | classes}" :this_link="_secondary_button_link" :target="secondary_button_target" }} {{ secondary_button_text }} {{ /partial:sets/button }} {{ /if }} {{ if primary_button }} {{ if (primary_button_link_type == "url") }} {{ _primary_button_link = "{{ primary_button_link }}" }} {{ elseif (primary_button_link_type == "collection") }} {{ _primary_button_link = "{{ primary_button_page_story:url }}" }} {{ elseif (primary_button_link_type == "download") }} {{ _primary_button_link = "{{ primary_button_download }}" }} {{ primary_button_target = "_blank" }} {{ /if }} {{ partial:sets/button class="w-full" :this_link="_primary_button_link" :target="primary_button_target" filled="true" }} {{ primary_button_text }} {{ /partial:sets/button }} {{ /if }}
{{ /if }}
{{ /if }}