--- layout: default --- {% assign documento = site.posts | where: 'layout', 'post' | first %}

{{ documento.title }}

{% include share_box.html url=page.url title=documento.title description=documento.description %}
{%- if documento.image.path -%}
{{ documento.image.description | default: documento.title }}
{%- endif -%} {{ documento.content }}

{{ site.i18n.home.form.title }}

{%- for field in site.data.layouts.adhesion -%} {%- if field[1].skip -%}{% continue %}{%- endif -%} {%- assign template = field[1].type | append: '.html' -%}
{% include {{ template }} field=field %}
{%- endfor -%}
{%- if documento.cita -%}
{{ documento.cita | append: '' | markdownify }}
{%- if documento.cita_autore -%} {%- endif -%}
{%- endif -%}
{% assign adhesiones = site.posts | where: 'layout', 'adhesion' %}

{{ site.i18n.home.adhesiones }}

{{ adhesiones | size }} {{ site.i18n.home.metric }}

{%- for adhesion in adhesiones -%}
{%- if adhesion.web -%} {{ adhesion.title }} {%- else -%} {{ adhesion.title }} {%- endif -%}
{{ adhesion.content }}
{%- endfor -%}