{% load static %}

{{ services_title }}

{{ services_subtitle | safe }}

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

{{ item.desc | safe }}

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