--- layout: page scripts: - "/js/build/documentation.js" --- {% include vars.html %} {% assign guides_size = site.data.guides | size | minus: 1 %} {% include docsearch.html %} {% for index in (0..guides_size) %} {% assign index_mod = index | modulo: 3 %} {% if index_mod == 0 %}
{% endif %} {% assign guide = site.data.guides[index] %}

{{i18n[guide.title]}}

{{i18n[guide.description]}} {{i18n.read_more}}

{% if index_mod == 2 %}
{% endif %} {% endfor %}