description = "Content Section" [viewBag] ==
{% if data.section_content_header or data.section_content_subheader %}

{{ data.section_content_header }}

{{ data.section_content_subheader }}
{% endif %}
{% for fields in data.section_contents %}
{% for content in fields.section_content %} {% if content._group == 'section_content_text' %}
{% if content.section_content_text_title %}
{% if content.section_content_text_link is empty %} {{ content.section_content_text_title }} {% else %} {{ content.section_content_text_title }} {% endif %}
{% endif %} {{ content.section_content_text_desc|raw }}
{% endif %} {% if content._group == 'section_content_images' %}
{% endif %} {% endfor %}
{% endfor %}