---
layout: "default"
---

<h1>{{ page.title | smartify }}</h1>

<p>
This is an alphabetical list of the concepts in this category.
</p>

{% assign pages_by_letter = site.pages
  | where_exp: "item", "item.layout == 'concept'"
  | where_exp: "item", "item.categories contains page.title"
  | group_by_exp: "item", "item.sort_title | truncate: 1, ''"
  | sort: "name"
%}
{% include alphlist.html pages_by_letter = pages_by_letter %}