{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign featureData= site.data[folder][lang][file] %} {% include head/index.html %} {% include header/index.html %} {%- include dropdown/langdropdown.html -%} {%- if featureData.nofileupload -%} {%- endif -%}
{%- if featureData.img -%} {{featureData.imgalt}} {%- else -%} {%- endif -%}

{{featureData.H1 | replace: "$variable", page.value}}

{{featureData.H2 | replace: "$variable", page.value}}

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

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

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

Frequently Asked Questions

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

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


  • {% endfor %}
{%- 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 featureData.display_formats -%}
{%- include fileformat/fileformatdetail.html -%}
{%- endif -%} {%- if featureData.compare_formats -%}
{%- include fileformat/comparisonfiles.html -%}
{%- endif -%} {%- if featureData.USP_Heading or featureData.USPS -%}
{%- include /Usp/usp.html -%}
{%- endif -%} {% include footer/index.html %} {% include script.html %}