{% 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 %} {%- include dropdown/langdropdown.html -%} {%- if homeData.h1 or homeData.h2 -%}

{{homeData.h1}}

{{homeData.h2}}

{%- endif -%} {%- if homeData.features -%}
{%- endif -%}
{{content}}
{%- if homeData.TEXTUAL_CONTENT -%}
{% for data in homeData.TEXTUAL_CONTENT %}
{{data.header}}
{{data.header | replace: "$variable", page.value}}
{{data.content | replace: "$variable", page.value}}
{% endfor %}
{%- endif -%} {%- if homeData.HOW_TO_CONTENT -%}
{%- if homeData.HOW_TO_CONTENT.logoImageUrl -%}
{{homeData.HOW_TO_CONTENT.logoImageAlt}}
{%- endif -%}

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

    {% for data in homeData.HOW_TO_CONTENT.steps %}
  1. {{data | replace: "$variable", page.value}}
  2. {% endfor %}
{%- endif -%} {%- if homeData.FAQ -%}
{%- if homeData.FAQ.size>0 -%}

Frequently Asked Questions

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

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


  • {% endfor %}
{%- endif -%} {%- include share/socialshare.html -%} {%- include Rating/rating.html -%} {%- if page.categories or page.tags-%} {%- include section/related_categories_post.html -%} {%- else -%} {%- include section/recent_posts.html -%} {% endif %} {%- if homeData.display_formats -%}
{%- include fileformat/fileformatdetail.html -%}
{%- endif -%} {%- if homeData.compare_formats -%}
{%- include fileformat/comparisonfiles.html -%}
{%- endif -%} {%- if homeData.USP_Heading or homeData.USPS -%}
{%- include /Usp/usp.html -%}
{%- endif -%} {% include footer/index.html %} {% include script.html %}