{% 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 -%}

{{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 -%}

{{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 -%} {%- include share/socialshare.html -%} {%- include Rating/rating.html -%} {%- 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 -%} {%- if page.categories.size> 0 or page.tags.size>0-%} {%- include section/related_categories_post.html -%} {%- else -%} {%- include section/recent_posts.html -%} {% endif %} {%- if site.customblogdata -%} {%- if page.categories.size> 0 or page.tags.size>0-%} {%- include customblog/relatedposts.html -%} {%- else -%} {%- include customblog/recentposts.html -%} {% endif %} {%- endif -%} {% include footer/index.html %} {% include script.html %}