--- layout: default lang: it --- {% include setlang.html %}

{{page.title}}

{{ content }}

{{t.credits_maintainers}}

{% for person in site.data.people %} {% if person[1].status == 'admin' %}
{% include person.html %}
{% endif %} {% endfor %}

{% for person in site.data.people %} {% if person[1].status == 'maintainer' %}
{% include person.html %}
{% endif %} {% endfor %}

{{t.credits_contributors}}

{% for person in site.data.people %} {% if person[1].status == 'contributor' %}
{% include person.html %}
{% endif %} {% endfor %}
{% include banner-joinus.html %}