description = "Tabs 1 Section" [viewBag] == {% set size_1 = data.section_tabs1_size %} {% set size_2 = 12 - size_1 %}
{% if data.section_tabs1_header or data.section_tabs1_subheader %}

{{ data.section_tabs1_header }}

{{ data.section_tabs1_subheader }}
{% endif %}
{% for fields in data.section_tabs1 %}
{{ fields.section_tabs1_title }}

{{ fields.section_tabs1_desc|raw }}

{% if fields.section_tabs1_btn_link is not empty %} {{ fields.section_tabs1_btn_label }} {% endif %}
{% endfor %}