--- layout: default ---
{% for coll in site.collections %} {% if coll.sidebar %}
{{ coll.caption }} {% for doc in coll.docs %} {% include title.html doc=doc coll=coll %} {% endfor %}
{% endif %} {% endfor %}
{% if page.title %}

{% include title.html doc=page coll=page.collection %}

{% endif %} {{ content }}