{%- assign schemas = site.pages | where: 'dir', '/' | where_exp: "page", "page.schema" | sort: 'sort-index' %} {%- for schema in schemas %}
  • {{ schema.title }} {%- if include.include_description %} {{ schema.content }} {%- endif %}
  • {%- endfor %}