{%for post in posts |sort %}
{% partial 'services' %}
{% partial 'team' %}
{%if loop.index % 2 == 0%}
{%endif%}
{%if loop.index % 2 == 1%}
{%endif%}
{%endfor%}
{{post.title}}
{{post.content_html|raw}}