{% extends 'services/_common.html' %} {% load static %} {% block services %} {{ services.title }} {% autoescape off %} {{ services.subtitle }} {% endautoescape %} {% for item in services.items %} {% if services.type == 'icon' %} {% elif services.type == 'image' %} {% endif %} {{ item.title }} {{ item.desc }} {% endfor %} {% endblock %}
{{ services.subtitle }}
{{ item.desc }}