{% if page.holding_back.i_main_bg %} {% capture i_bg_main %}{% picture pagebg-url pages/{{ page.holding_back.i_main_bg }} %}{% endcapture %} {% assign i_bg_img = i_bg_main | split:'src="' | last | split:'"' | first %} {% endif %}

{{page.holding_back.t_title}}

{{page.holding_back.t_headline}}

{% for items in page.holding_back.holding_back_items %}
{% if items.i_icon %} {% assign icon = '' %} {% capture icon %}{% picture width_45 pages/{{ items.i_icon }} %}{% endcapture %} {% assign icon_src = icon | split:'src="' | last | split:'"' | first %} {{ items.i_icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' ' }} {% endif %}

{{items.t_title}}

{{items.t_subtitle}}

{% endfor %}
{% if page.holding_back.i_quote_image %} {% picture article_top pages/{{page.holding_back.i_quote_image}} alt="{{page.holding_back.i_quote_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' '}}" class="img-fluid reversed_quote_image" %} {% endif %}

{{page.holding_back.t_quote_text}}

{% if page.holding_back.i_quote_image %} {% picture article_top pages/{{page.holding_back.i_quote_image}} alt="{{page.holding_back.i_quote_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' '}}" class="img-fluid quote_image" %} {% endif %}