{%- assign sidebar = site.data.sidebars[include.sidebar]['subitems'] -%} {%- for sections in sidebar %} {%- assign section = sections.title | downcase | replace: " ", "_" %} {%- assign section_pages = site.pages | where:"type", section | where_exp: "item", "item.search_exclude != true" | where_exp: "item", "item.page_id != nil" %} {%- unless section_pages.size == 0 %}

{{sections.title}}

{%- for section_page in section_pages %} {%- endfor %}
title description
{{section_page.title}} {{section_page.description | default: "no description"}}
{%- endunless %} {%- endfor %}