{% set section_bg_color = section_bg_color is not null ? section_bg_color : '' %} {% set section_image_alignment = section_image_alignment is not null ? section_image_alignment : 'right' %} {% set body_class = '' %}
{# Set Featured Image #} {% if section_image_src is not empty %} {% set body_class = 'col-md-15' %}
{{ section_image_alt }}
{% endif %} {% if section_heading is not empty %}

{{ section_heading }}

{% endif %} {% if section_content is not empty %} {{ section_content }} {% endif %} {% if section_link is not empty %}
More Information{% if section_heading is not empty %}More information about {{ section_heading }}{% endif %}
{% endif %}