--- allow_untranslated: true layout: default description: '{{ site.data[site.active_lang].texts.index.description | liquify }}' permalink: / page_id: index sitemap_priority: 1.0 --- {% assign text_data=site.data[site.active_lang].texts.index %} {% include views/testimonials.html display="logo-carousel" %} {% include views/call-to-action.html title=text_data.call_to_action.title subtitle=text_data.call_to_action.subtitle action-link=text_data.call_to_action.action-link action-text=text_data.call_to_action.action-text %} {% include views/testimonials.html display="type-1" %}

{{ site.data[site.active_lang].texts.index.blog.title | liquify | markdown_render }}

{{ site.data[site.active_lang].texts.index.blog.subtitle | liquify | markdown_render }}

{% assign sorted_posts = site.posts | where: "lang", site.active_lang %} {% for post in sorted_posts limit:3 offset:1 %} {% include views/feature-posts.html %} {% endfor %}
{% include views/newsletter_banner.html color='white' %}