--- layout: default --- {% comment %} This is a partial restyling. Still to-do: - DocsIta integration - Forum integration - New timeline {% endcomment %} {% include setlang.html %}
{% if page.abilitante %}
{{t.project_abilitante}}
{% endif %}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %} {% if page.description %}

{{page.description}}

{% endif %}
{% if page.owners %}
{{t.project_owner}}
{% endif %} {% if page.managers %}
{{t.project_manager}}
{% endif %} {% if page.external_website %} {% endif %} {% assign page_name = "issues" %} {% if active_lang == 'it' %} {% assign page_name = "attivita" %} {% endif %} {% assign split = page.url | split: '/' %} {% assign platform = split[2] %}
{% unless page.hide_activities %} {{ t.project_issues }} {{ t.project_issues_go }} → {% endunless %}
{% include github_team_members.html %}
{{ page.title }}
{{ content }} {% if page.resources %} {% unless page.resources_hide_title %}

{{t.project_risorse}}

{% endunless %} {% include platform-resources.html %} {% endif %} {% if page.newsletterdata %} {% include banner-newsletter.html newsletterdata=page.newsletterdata %} {% endif %}
{% capture toc %} {% toc %} {% if page.resources %} {% endif %} {% if page.newsletterdata %} {% endif %} {% endcapture %} {% include sideblock.html image=page.logo content=toc external_website=page.external_website title=page.title %}
{% include platform-apis.html %}