.
  • Test
  • {% extends "./layouts/base.html" %} {% block body %} {% dnd_area "dnd_area" label="Main section" %} {# Banner #} {% dnd_section background_image={ "backgroundPosition": "MIDDLE_LEFT", "backgroundSize": "cover", "imageUrl": get_asset_url("../images/industry-images/contact-banner.jpg") }, max_width=750, padding={ "top": 132, "bottom": 132 } %} {% dnd_module path="@hubspot/rich_text" %} {% module_attribute "html" %}

    {{ template_translations.contact_heading_one.message }}

    {{ template_translations.placeholder_content_one.message }}

    {% end_module_attribute %} {% end_dnd_module %} {% end_dnd_section %} {# Locations #} {% dnd_section %} {% dnd_column %} {% dnd_row margin={ "bottom": 22 } %} {% dnd_module path="@hubspot/rich_text" %} {% module_attribute "html" %}

    {{ template_translations.contact_heading_two.message }}

    {{ template_translations.placeholder_content_one.message }}

    {% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_column width=4 %} {% dnd_row %} {% dnd_module path="../modules/icon", icon={ "name": "map-pin", "type" : "SOLID", "unicode": "f276" } styles={ "alignment": { "alignment": { "horizontal_align": "CENTER" } }, "spacing": { "spacing": { "margin": { "bottom": { "value": 22, "units": "px" } } } } } %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module path="@hubspot/rich_text" %} {% module_attribute "html" %}
    {{ template_translations.contact_address_one.message }}
    {% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% dnd_column offset=4, width=4 %} {% dnd_row %} {% dnd_module path="../modules/icon", icon={ "name": "map-pin", "type" : "SOLID", "unicode": "f276" } styles={ "alignment": { "alignment": { "horizontal_align": "CENTER" } }, "spacing": { "spacing": { "margin": { "bottom": { "value": 22, "units": "px" } } } } } %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module path="@hubspot/rich_text" %} {% module_attribute "html" %}
    {{ template_translations.contact_address_two.message }}
    {% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% dnd_column offset=8, width=4 %} {% dnd_row %} {% dnd_module path="../modules/icon", icon={ "name": "map-pin", "type" : "SOLID", "unicode": "f276" } styles={ "alignment": { "alignment": { "horizontal_align": "CENTER" } }, "spacing": { "spacing": { "margin": { "bottom": { "value": 22, "units": "px" } } } } } %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module path="@hubspot/rich_text" %} {% module_attribute "html" %}
    {{ template_translations.contact_address_three.message }}
    {% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# Contact form #} {% dnd_section background_color="#F5F8FA", %} {% dnd_column %} {% dnd_row %} {% dnd_module path="@hubspot/rich_text" %} {% module_attribute "html" %}

    {{ template_translations.contact_heading_three.message }}

    {{ template_translations.placeholder_content_one.message }}

    {% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module path="@hubspot/form" %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {# FAQ #} {% dnd_section %} {% dnd_column %} {% dnd_row margin={ "bottom": 22 } %} {% dnd_module path="@hubspot/rich_text" %} {% module_attribute "html" %}

    {{ template_translations.contact_heading_four.message }}

    {{ template_translations.placeholder_content_one.message }}

    {% end_module_attribute %} {% end_dnd_module %} {% end_dnd_row %} {% dnd_row %} {% dnd_module path="../modules/accordion" %} {% end_dnd_module %} {% end_dnd_row %} {% end_dnd_column %} {% end_dnd_section %} {% end_dnd_area %} {% endblock body %}