{% comment %}json-ld_article meta tag{% endcomment %} {% comment %}json-ld_article video meta tag{% endcomment %} {%- for item in page.article -%} {% if item.t_h3_meta_video_name %} {% endif %} {%- endfor -%} {% comment %}json-ld_article video meta tag{% endcomment %} {%- for item in page.article -%} {% if item.v_h2_video %} {% endif %} {%- endfor -%}
{% if page.url contains "/blog" %}
{% endif %}

{{ page.article_body.content.heading.t_title }}

{{page.article_body.author.t_author}}

{% assign full_text = "" %} {% for para in page.article_body.content.paragraphs %} {% if para.t_text %} {% assign full_text = full_text | append: para.t_text | append: " " %} {% endif %} {% endfor %} {% assign words = full_text | strip_html | number_of_words %} {% assign minutes = words | divided_by: 400 | ceil %}

{{ page.date_published | date: '%B %d, %Y' }} - {{ minutes | at_least: 1 }} minutes read

{% if page.article_body.content.heading.image.i_image %} {% picture article_top collections/{{page.article_body.content.heading.image.i_image}} alt="{{ page.article_body.content.heading.image.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-fluid topicimground" %} {% endif %}
{% if page.article_body.feature_snippet.t_title and page.article_body.feature_snippet.t_description %}

{{ page.article_body.feature_snippet.t_title }}

{{ page.article_body.feature_snippet.t_description }}

{% endif %}
{% for item in page.article_body.content.paragraphs %}
{% if item.t_headline %} {% capture tocslug %} {{ item.t_headline }} {% endcapture %} <{% if item.p_headline_type %}{{ item.p_headline_type }}{% else %}h3{% endif %} id="{{ tocslug | slugify }}">{{ item.t_headline }} {% endif %} {% if item.video.v_video %}
{% endif %}
{% if item.image.i_image %} {% picture article_top collections/{{item.image.i_image}} class="img-fluid-revamp" alt="{{ item.image.i_image | remove: '.png' | remove: '.jpg'| replace: '-',' ' | replace: '_',' ' }}" %} {% endif %}

{{ item.t_text }}

{% if item.callout_social_media.t_title %} {% endif %} {% if item.callout_text %} {% if item.callout_text.t_title and callout.t_callout_text %} {% endif %} {% endif %} {% if item.callout_download %} {% if item.callout_download.t_title and item.callout_download.t_text %}
icon

{{ item.callout_download.t_title }}

{{ item.callout_download.t_text }}

Download
{% endif %} {% endif %} {% if item.call_to_action.t_title %} {% if item.call_to_action.p_type == 'signup' or item.call_to_action.p_type == 'leadcapture' %}
{% if item.call_to_action.background.type == 'video' %} {% assign videoId = item.call_to_action.background.p_video | split: "/" | last %} {% endif %} {% if item.call_to_action.background.type == 'image' %} background {% endif %}

{{ item.call_to_action.t_title }}

{{ item.call_to_action.t_text }}

{% include sections/cta_onboarding.html %}
{% if item.call_to_action.background.type == 'video' %} {% assign videoId = item.call_to_action.background.p_video | split: "/" | last %} {% endif %} {% if item.call_to_action.background.type == 'image' %} background {% endif %}

{{ item.call_to_action.t_title }}

{{ item.call_to_action.t_text }}

{% include sections/cta_onboarding.html %}
{% endif %} {% endif %}
{% endfor %}
{% if page.article_body.content.heading.paragraphs.call_to_action.p_type == 'appointment' %}
{% include sections/cta_appointment_signup.html %}
{% endif %} {% if page.faq %}

{{ page.faq.t_faq_title }}

{% for item in page.faq.faq_ask %}

{{ item.t_question }}

{% endfor %}
{% endif %}
{% assign key = page.language | append:'_articles' %} {% assign news = site[key] | sort: "date" | reverse %}
{%- comment -%} Build first 3 unique/unseen items for trending and add them to seen_urls {%- endcomment -%} {% assign first_three = "" %} {% assign count_first_three = 0 %} {% for item in news %} {% unless seen_urls contains item.url %} {% capture first_three %}{{ first_three }}|{{ item.url }}{% endcapture %} {% capture seen_urls %}{{ seen_urls }}|{{ item.url }}{% endcapture %} {% assign count_first_three = count_first_three | plus: 1 %} {% endunless %} {% if count_first_three == 3 %} {% break %} {% endif %} {% endfor %}
{% assign rendered = 0 %} {% for item in news %} {% if rendered < 3 and first_three contains item.url %}
{% if item.article_body.content.heading.image.i_image %} {% picture width_500 collections/{{ item.article_body.content.heading.image.i_image }} alt="{{ item.article_body.content.heading.t_title | strip_htm }}" class="card-img" %} {% endif %}
{{ item.article_body.content.heading.t_title | strip_html }}

{% if item.article_body.content.heading.t_description %} {{ item.article_body.content.heading.t_description }} {% endif %}

{{ site.data.languages[page.language]global.t_read_more }} {% if page.hero_blog.i_btn_arrow %} {% endif %}
{% assign rendered = rendered | plus: 1 %} {% endif %} {% if rendered == 3 %} {% break %} {% endif %} {% endfor %}
{%- comment -%} Find the next unseen item (the first item in news not already in seen_urls) {%- endcomment -%} {% assign fourth = nil %} {% for item in news %} {% unless seen_urls contains item.url %} {% assign fourth = item %} {% break %} {% endunless %} {% endfor %} {% if fourth %} {% endif %}