{% if settings.settings.light_mode %} {% set pathstatic = ".." %} {% else %} {% set pathstatic = "." %} {% endif %}
{% if section.title %}

{{ section.title }}

{% endif %}

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