{%- if pageData.HOW_TO_CONTENT -%}
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
{%- endif -%}
{%- if pageData.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
{% assign video_url = pageData.HOW_TO_CONTENT.YoutubeVideoUrl %} {% assign video_id = "" %} {% if video_url contains "youtu.be/" %} {% assign parts = video_url | split: "/" %} {% assign video_id = parts[3] %} {% elsif video_url contains "youtube.com/watch" %} {% assign params = video_url | split: "?" | last | split: "&" %} {% for param in params %} {% if param contains "v=" %} {% assign video_id = param | split: "=" | last %} {% endif %} {% endfor %} {% endif %}
thumbnail-img
{%- else -%}
{{pageData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}
{%- endif -%}

{{pageData.HOW_TO_CONTENT.heading | replace: "$variable", page.value}}

{% for data in pageData.HOW_TO_CONTENT.steps %}
{{forloop.index}} . {{data | replace: "$variable", page.value}}
{% endfor %}
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
{%- endif -%}
{%- if pageData.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%} {%- endif -%} {%- endif -%}