{{ macro.breadcrumb() }}

{{ content.title }}

{# -------------------------------------------------------- IMMAGINE PRINCIPALE -------------------------------------------------------- #} {% if content.image_url %} {% set content_image = content.image %} {{ content_image.title }} {% endif %} {# -------------------------------------------------------- DESCRIZIONE -------------------------------------------------------- #}
{{ content.description }}
{# -------------------------------------------------------- TAGS -------------------------------------------------------- #} {% set content_tags = content.tags %} {% if content_tags|length %}

{{ find_label('cms', 'tags_title') }}

{{ macro.tag_cloud(content.tags) }}
{% endif %} {# -------------------------------------------------------- FORM PAGINA -------------------------------------------------------- #} {% set page_forms = get_page_form() %} {% if page_forms %}
{{ macro.form_page(page_forms) }}
{% endif %} {# -------------------------------------------------------- GALLERY -------------------------------------------------------- #} {% if content.gallery|length %}
{% for image in content.gallery %}
{% endfor %}
{% endif %} {# -------------------------------------------------------- CONTACT FORM -------------------------------------------------------- #}
{{ macro.form_bootstrap(find_contact(content.contact_id)) }}