{% assign collection = page.language | append:'_topiccluster' %} {% assign pillarData = site[collection] | sort: date_published | reverse %} {% for item in pillarData %} {% if item.type == 'pillar' %}

{{ item.article_body.content.heading.t_title }}

{{ item.article_body.content.heading.t_description }}

    {% assign key = page.language | append:'_topiccluster' %} {% assign supportingData = site[collection] | sort: date_published | reverse %} {% for sItem in supportingData %} {% if sItem.parent_id == item.page_id %}
  • {{ sItem.article_body.content.heading.t_title }}
  • {% endif %} {% endfor %}
{% endif %} {% endfor %}