description = "Services" == {# SERVICES #}
{{ this.theme.services_pretitle }}

{{ this.theme.services_title }}

{% if this.theme.services_lead %}

{{ this.theme.services_lead }}

{% endif %}
{% for item in this.theme.services_repeater %}
{% if item.description|length > 2 %} {% endif %} {% if item.icon|split('.')|last == 'svg' %} {{ item.icon_alt }} {% else %} {{ item.icon_alt }} {% endif %} {% if item.description|length > 2 %} {% endif %}
{% if item.description|length > 2 %}

{{ item.title }}

{{ item.excerpt }}

{% else %}

{{ item.title }}

{{ item.excerpt }}

{% endif %}
{% endfor %}