{% if page.pool_and_share.tip_pool.i_bg_image %} {% assign main_image = '' %} {% capture main_image %}{% picture width_700 pages/{{ page.pool_and_share.tip_pool.i_bg_image }} %}{% endcapture %} {{ page.pool_and_share.tip_pool.i_bg_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' ' }} {% endif %}
{% if page.pool_and_share.tip_pool.i_main_icon %} {% assign icon = '' %} {% capture icon %}{% picture width_55 pages/{{ page.pool_and_share.tip_pool.i_main_icon }} %}{% endcapture %} {{ page.pool_and_share.tip_pool.i_main_icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' ' }} {% endif %}

{{page.pool_and_share.tip_pool.t_headline}}

{{page.pool_and_share.tip_pool.t_subheadline}}

    {% for items in page.pool_and_share.tip_pool.tip_pool_items %}
  • {% if items.i_icon %} {% assign list_icon = '' %} {% capture list_icon %}{% picture width_55 pages/{{ items.i_icon }} %}{% endcapture %} {{ items.i_icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' ' }} {% endif %}

    {{items.t_title}}

  • {% endfor %}
{% if page.pool_and_share.tip_sharing.i_bg_image %} {% picture article_top pages/{{page.pool_and_share.tip_sharing.i_bg_image}} alt="{{page.pool_and_share.tip_sharing.t_headline}}" class="img-fluid"%} {% endif %}
{% if page.pool_and_share.tip_sharing.i_main_icon %} {% assign main_icon = '' %} {% capture main_icon %}{% picture width_55 pages/{{ page.pool_and_share.tip_sharing.i_main_icon }} %}{% endcapture %} {{ page.pool_and_share.tip_sharing.i_main_icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' ' }} {% endif %}

{{page.pool_and_share.tip_sharing.t_headline}}

{{page.pool_and_share.tip_sharing.t_subheadline}}

    {% for items in page.pool_and_share.tip_sharing.tip_pool_items %}
  • {% if items.i_icon %} {% picture article_top pages/{{items.i_icon}} alt="Play Button" class="img-fluid"%} {% endif %}

    {{items.t_title}}

  • {% endfor %}