+
{{ config.title }}
+
{{ config.description }}
-
Providers
-
Browse all cloud providers
+ {% if section.content %}
+
+ {{ section.content | safe }}
+
+ {% endif %}
+
{% endblock %}
diff --git a/templates/section.html b/templates/section.html
index 4100b29..12ef767 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -7,7 +7,7 @@
-
+ {{ section.pages | length }} {{ trans(key="providers_available", lang=section.lang) }}
{% if section.pages %}
@@ -84,12 +92,12 @@