--- ---

Collections

{% for c in site.collections %}

{{ c.label }}

{% for k in c %}{% if k != 'docs' %} {% endif %}{% endfor %}
{{k}}{{c[k]}}
docs
    {% for p in c.docs %}
  • {{ p.path }} {% for k in p %} {% endfor %}
    {{k}}
    {{p[k]}}
  • {% endfor %}
{% endfor %}