{% load static %}

{{ services_title }}

{{ services_subtitle }}

{% for item in services %} {% if forloop.counter|divisibleby:2 %}
{% else %}
{% endif %}
...
{{ item.title }}

{{ item.desc }}

{% if item.link %} {% endif %}
{% endfor %}