{{ macro.breadcrumb() }}

{{ content.title }}

{# -------------------------------------------------------- CONTENT IMAGE -------------------------------------------------------- #} {% if content.image_url %} {% set content_image = content.image %}
{{ content_image.title }}
{% endif %}
{# -------------------------------------------------------- CONTENT DESCRIPTION -------------------------------------------------------- #}
{{ content.description }}
{# -------------------------------------------------------- CONTENT TAGS -------------------------------------------------------- #} {% set content_tags = content.tags %} {% if content_tags|length %}
  {{ find_label('cms', 'tags_title') }}
{{ macro.tag_cloud(content.tags) }}
{% endif %} {# -------------------------------------------------------- CONTENT PAGE FORMS -------------------------------------------------------- #} {% set page_forms = get_page_form() %} {% if page_forms %}
{{ macro.form_page(page_forms) }}
{% endif %} {# -------------------------------------------------------- CONTENT GALLERY -------------------------------------------------------- #} {% if content.gallery|length %} {% endif %} {# -------------------------------------------------------- CONTENT CONTACT FORM -------------------------------------------------------- #}
{{ macro.form_bootstrap(find_contact(content.contact_id)) }}