{% extends 'front/base.html' %} {% load static %} {% block title %} {{meta.meta_title}} - {{meta.meta_description}} {% endblock title %} {% block title1 %} {{meta.meta_title}} - {{seo_settings.tag_line}} {% endblock title1 %} {% block title2 %} {{meta.meta_title}} - {{seo_settings.tag_line}} {% endblock title2 %} {% block content %}
{% for slider in sliders %}
{% if settings.slider_particle_is_active %}
{% endif %}
{% endfor %} {% if services %}
Our Solutions

Services

{% for service in services %}
0{{ forloop.counter }} {% if service.fontawesome_icon_class %}
{% endif %} {% if service.name %}

{{ service.name }}

{% endif %} {% if service.short_description %}

{{ service.short_description }}

{% endif %}
{% endfor %}
{% endif %} {% endblock content %}