--- --- {% for projects in site.data.projects %} {% assign key = projects[0] %} {% assign data = projects[1] %} {% if key != 'other' %} {% include language_section.html key=key data=data %} {% endif %} {% endfor %} {% assign other = site.data.projects.other %} {% include language_section.html key='other' data=other %}