{% if tips.skin.intro_has_background_color == "true" %}
{% endif %}

{{tips.title}} {% if tips.subtitle and tips.subtitle != '' %} {{tips.subtitle}} {% endif %}

{{tips.open_image.image_alt}} {% if tips.intro and tips.intro != '' %}

{{tips.intro}}

{% endif %} {% if tips.quote and tips.quote.show == "true" %} {% from "../_quote/_quote.html" import quote %} {{ quote( position = tips.quote.position_options.selected, path = global.path, image = tips.quote.image, alt = tips.quote.image_alt, name = tips.quote.name, content = '' ) }} {% endif %}
{% if tips.skin.intro_has_background_color == "true" %}
{% endif %} {% if tips.skin.tips_have_background_color == "true" %}
{% endif %}
{% for items in tips.tips %}

{{items.tip_title.title}}

{% for content in items.tip_content %}

{{content.paragraph}}

{% endfor %} {% endfor %} {% if tips.close_image.image_desktop and tips.close_image.image_desktop != '' %} {{tips.close_image.image_alt}} {% endif %}
{% if tips.skin.tips_have_background_color == "true" %}
{% endif %}