{% 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 %} {%- if site.safeui -%} {%- 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 -%}

{{featureData.faqheading | default: '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 -%} {%- include /Usp/usp.html -%} {%- if featureData.display_formats -%}
{%- include fileformat/fileformatdetail.html -%}
{%- endif -%} {%- if featureData.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 %}