--- layout: default bodyClass: page-services-list ---
{{ content }}
{% if page.intro_image %}
{{
{% endif %}
{% assign weighted_services = site.services | sort: "weight" %} {% for service in weighted_services %}

{{ service.title }}

{{ service.content | markdownify | strip_html | truncate: 100 }}

{% endfor %}