{% if node is defined and node.field_contact_style is not empty %} {% set contact_style = node.field_contact_style.value %} {% endif %} {% if contact_style == 'style1' %}
{{ node.field_form_description.value|raw }}
{{ content.field_contact_form }}
{{ node.body.value|raw }}

This will be replaced with the Google Map.

{% else %}
{{ content.field_contact_form }}
{{ node.body.value|raw }}
{% endif %}