{% assign person = include.person %} {% if person.contact %} {% assign contact = person.contact %}
{% if contact.email %}
{{ contact.email }}
{% endif %} {% if contact.phone %}
{{ contact.phone }}
{% endif %} {% if contact.fax %}
{{ contact.fax }}
{% endif %} {% if contact.sms %}
{{ contact.sms }}
{% endif %}
{% endif %}