{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign homeData= site.data[folder][lang][file] %} {% include head/index.html %} {% include header/index.html %} {%- if homeData.nofileupload -%} {%- endif -%} {%- if homeData.h1 or homeData.h2 -%}
{%- if homeData.img -%} {{homeData.imgalt}} {%- endif -%}

{%- for word in homeData.h1 -%} {%- if forloop.first == true -%} {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}

{%- for word in homeData.h2 -%} {%- if forloop.first == true -%} {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}

{%- endif -%} {%- if homeData.features -%} {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
{%- endif -%}
    {% for product in homeData.features %}
  • star icon
    {{product.description}}
    {{product.name}}
  • {% endfor %}
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
{%- endif -%} {%- endif -%}
{{content}}
{%- if homeData.TEXTUAL_CONTENT -%}
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
{%- endif -%} {% assign totalHeaderCount = 0 %} {% for data in homeData.TEXTUAL_CONTENT %} {% assign words = data.header | split: " " %} {% assign word_count = words | size %} {% assign totalHeaderCount = totalHeaderCount | plus: word_count %} {% endfor %} {% for data in homeData.TEXTUAL_CONTENT %}
{{data.header}} {%- if totalHeaderCount > site.count_of_words_in_headings -%}

{{data.header | replace: "$variable", page.value}}

{%- else -%}
{{data.header | replace: "$variable", page.value}}
{%- endif -%}
{{data.content | replace: "$variable", page.value}}
{% endfor %} {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
{%- endif -%}
{%- endif -%} {%- if homeData.HOW_TO_CONTENT -%}
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
{%- endif -%}
{%- if homeData.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
{% assign video_url = homeData.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 %} {%- if site.monumetricId -%} {%- else -%} {%- endif -%}
{%- else -%}
{{homeData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}
{%- endif -%}

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

    {% for data in homeData.HOW_TO_CONTENT.steps %}
  1. {{forloop.index}}.{{data | replace: "$variable", page.value}}
  2. {% endfor %}
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
{%- endif -%}
{%- endif -%} {%- assign showFaqs = true -%} {%- for item in site.noFaqsList -%} {%- if item == page.lang -%} {%- assign showFaqs = false -%} {%- break -%} {%- else -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true -%} {%- if homeData.FAQ -%}
{%- if homeData.FAQ.size>0 -%}

{{homeData.faqheading | default: 'Frequently Asked Questions'}}

{%- endif -%}
    {% for data in homeData.FAQ %}
  • {{data.question | replace: "$variable", page.value}}

    {{data.answer | replace: "$variable", page.value}}

  • {% endfor %}
{%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%- include Rating/rating.html -%} {%- if homeData.infographics.size > 0 -%} {%- include infographics/infographics.html -%} {%- endif -%} {%- if homeData.USPS -%} {%- include /Usp/usp.html -%} {%- endif -%} {%- if homeData.display_formats -%}
{%- include fileformat/fileformatdetail.html -%}
{%- endif -%} {%- if homeData.compare_formats -%}
{%- include fileformat/comparisonfiles.html -%}
{%- endif -%} {%- assign langen = "en" -%} {%- if site.data[folder][langen][file].categories -%} {%- assign categories = site.data[folder][langen][file].categories -%} {%- else -%} {%- assign categories = page.categories -%} {%- endif -%} {%- if site.data[folder][langen][file].tags -%} {%- assign tags = site.data[folder][langen][file].tags -%} {%- else -%} {%- assign tags = page.tags -%} {%- endif -%} {%- if homeData.posts.size > 0 -%} {%- include customblog/pageRelatedPosts.html -%} {%- else -%} {%- if categories.size > 0 or tags.size > 0 -%} {%- include section/related_categories_post.html -%} {%- else -%} {%- include section/recent_posts.html -%} {%- endif -%} {%- endif -%} {%- if site.customblogdata -%} {%- if categories.size > 0 or tags.size > 0 -%} {%- include customblog/relatedposts.html -%} {%- else -%} {%- include customblog/recentposts.html -%} {%- endif -%} {%- endif -%} {%- if homeData.author.size > 0 -%} {%- include featurePageAuthors/featurePageAuthors.html -%} {%- endif -%} {%- include footer/index.html -%} {%- if site.customCode -%} {%- include customCode.html -%} {%- endif -%} {%- include script.html -%}