---
---
## Collections
{% for c in site.collections %}
- {{ c.label }}
{% for k in c %}{% if k != 'docs' %}
- {{k}}={{c[k]}}
{% endif %}{% endfor %}
- docs:
{% for p in c.docs %}
- {{ p.path }}
properties: {% for k in p %}{{k}} {% endfor %}
{{p.content | escape}}
{% endfor %}
{% endfor %}