{{ sections.contact.title }}

{{ sections.contact.subtitle }}

Contact Information

{% for method in sections.contact.contactMethods %} {% if loop.index <= 2 %}

{{ method.title }}

{{ method.value }}

{% if method.description %}

{{ method.description }}

{% endif %}
{% endif %} {% endfor %} {% for info in sections.contact.info %} {% if loop.index <= 2 %}

{{ info.title }}

{% for detail in info.details %}

{{ detail }}

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