--- layout: page-api --- {{ content }} {%- assign pages = site.pages | where: 'groups', page.group | sort_natural: 'title' -%} {% for page in pages %}
{%- if page.version_removed %}REMOVED {% endif -%} {%- if page.version_removed == nil and page.version_deprecated %}DEPRECATED {% endif -%} {{ page.excerpt -}}
{% endfor -%}