{% if section.background or section.color %}
{% 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 }}