{% include head/index.html %} {% include header/index.html %} {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign dataArr = site.data.feature[lang][file] %} {% assign dataToShow = dataArr %}

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

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

{{content}}
{% for data in dataToShow.TEXTUAL_CONTENT %}
{{data.header}}
{{data.header | replace: "$variable", page.value}}
{{data.content | replace: "$variable", page.value}}
{% endfor %}
How to reduce a PDF size online:

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

    {% for data in dataToShow.HOW_TO_CONTENT.steps %}
  1. {{data | replace: "$variable", page.value}}
  2. {% endfor %}

Frequently Asked Questions

{% include footer/index.html %} {% include script.html %}