---
layout: default
post_list: false
home_btn: true
btn_text: true
footer: false
title: "Collection List"
author: ""
encrypted_text: false
---
Collections
{% for collection in site.collections %}
{{collection.label}}
{% for post in collection.docs %}
{{post.title}}
{% endfor %}
{% endfor %}