{{ page.title }}
@@ -33,7 +32,49 @@
- {{ content }}
+
+ {% assign categories = site.data.catalogV2.destination_categories.items %}
+
+ {% for category in categories %}
+
+ {% assign category_icon = category.slug | slugify %}
+
+
+ {% include icons/destinations-catalog/{{ category_icon }}.svg %}
+
+ {{ category.display_name }}
+
+
+
+ {% assign destinations = site.data.catalogV2.destinations.items | where: "categories", category.display_name %}
+
+ {% for destination in destinations %}
+ {% if destination.status contains "PUBLIC" or destination.status contains "BETA" %}
+
+ {% endif %}
+ {% endfor %}
+
+
+ {% endfor %}
+
+ {% assign categories = site.data.catalogV2.destination_categories.items %}
+
+ {% for category in categories %}
+
+ {% assign category_icon = category.slug | slugify %}
+
+
+ {% endfor %}
+ + {% include icons/destinations-catalog/{{ category_icon }}.svg %} + + {{ category.display_name }} +
+ +
+ {% assign destinations = site.data.catalogV2.destinations.items | where: "categories", category.display_name %}
+
+ {% for destination in destinations %}
+ {% if destination.status contains "PUBLIC" or destination.status contains "BETA" %}
+
+ {% endif %}
+ {% endfor %}
+
+