---
layout: default
---
Introduction
{{ content }}
Module content
{% for collection in site.collections %}
{% if collection.label != "posts" %}
{% assign name = collection.label %}
{{ name | capitalize }}
{% include category_list.html category=name %}
{% endif %}
{% endfor %}