---
layout: content-page
lang: en
title: index
className: index
ref: index
---
{% capture intro %}
  {% include text/en/intro.md %}
{% endcapture %}
  {{ intro | markdownify }}
  {{ site.data.translations.latest[page.lang]}}
  
    {% for post in site.posts %}
      {% if post.lang == page.lang %}
      - 
        
        
      
 
      {% endif %}
    {% endfor %}