---
layout: base
title: Home
---
{% for name, collection in collections %}
{% if name !== "all" %}
{{name | capitalize }}
{% for item in collection %}
-
{{item.data.title}}
{% if item.data.dateString %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}