 style="{% if (background_color != '') %} {{ 'background-color: ' ~ background_color ~ ';' }} {% endif %} {% if (background_image != '') %} {{ 'background-image: url(image/' ~ background_image ~ ');background-repeat: ' ~ background_image_repeat ~ ';background-position: ' ~ background_image_position ~ ';' }} {% endif %}"