{% if section.background or section.color %}
{% endif %}
{% if section.title %}

{{ section.title }}

{% else %}
{% endif %}

{% if section.image %} {% set image = Image(section.image) %} {% if section.image.float %} {% set float = section.image.float %} {% else %} {% set float = 'left' %} {% endif %} {% if section.image.size %} {% set image_resize = section.image.size %} {% else %} {% set image_resize = '250px' %} {% endif %} {{ image.copy() }} {% endif %} {{ section.text }}

{% if section.background or section.color %}
{% endif %}