{% if node.field_page_style is not empty %} {% set page_style = node.field_page_style.value %} {% else %} {% set page_style = '' %} {% endif %} {% if not page %} {% else %}
{% if page_style == 'contact1' %}
{{ content.body['#object'].body.value|raw }}
{{ content.yamlform }}
{% elseif page_style == 'contact2' %}
{{ content.body['#object'].body.value|raw }}
{{ content.yamlform }}
{% elseif page_style == 'contact3' %}
{{ content.yamlform }}
{{ content.body['#object'].body.value|raw }}
{% else %} {{ content }} {% endif %}
{% endif %}