{{ sections.contact.title }}

{% if sections.contact.contactMethods %}
{% for method in sections.contact.contactMethods %}

{{ method.title }}

{{ method.value }}

{% endfor %}
{% endif %}
{% if sections.contact.form %}
{% for field in sections.contact.form.fields %}
{% if field.type == 'textarea' %} {% else %} {% endif %}
{% endfor %}
{% endif %}