{% extends 'services/base.html' %} {% load static %} {% block content %}

Servala - The Cloud Native Service Hub

Unlock the Power of Cloud Native Applications.

Discover Services

Services

Lorem ipsum dolor sit amet consectetur. Gravida nec amet rhoncus placerat. Diam est faucibus dignissim porttitor.

{% for service in featured_services %}
{{ service.name }} logo

{{ service.name }}

{% for category in service.categories.all|slice:":1" %}

{{ category.name }}

{% endfor %}

{{ service.description|safe|truncatewords:15 }}

{% empty %}

No featured services available at the moment.

{% endfor %}

Cloud Providers

Lorem ipsum dolor sit amet consectetur. Gravida nec amet rhoncus placerat. Diam est faucibus dignissim porttitor.

{% for provider in featured_providers %}
{{ provider.name }} logo

{{ provider.description|safe|truncatewords:15 }}

{% empty %}

No featured provider available at the moment.

{% endfor %}

Consulting Partners

Lorem ipsum dolor sit amet consectetur. Gravida nec amet rhoncus placerat. Diam est faucibus dignissim porttitor.

{% for partner in featured_partners %}
{{ partner.name }} logo

{{ partner.description|safe|truncatewords:15 }}

{% empty %}

No featured partner available at the moment.

{% endfor %}

Servala - The Cloud Native Service Hub

Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.

{% endblock %}