{% include setlang.html %} {% assign list = site.data.faq[page.lang] %} {% assign listSize = list | size %} {% if listSize < 1 %} {{ t.faq.empty }} {% else %} {% assign counter = 1 %} {% for item in list %}

{{ item[1].question }}

{{ item[1].answer }}

{% capture counter %}{{ counter | plus: 1 }}{% endcapture %} {% endfor %} {% endif %}