--- layout: default ---
{% assign collections = site.collections | sort: "sidebar_index" %} {% for coll in collections %} {% if coll.sidebar_index %} {% assign count = coll.docs | size %} {% if count <= 5 %}
{{ coll.caption }} {% for doc in coll.docs %} {% include title.html doc=doc coll=coll %} {% endfor %}
{% else %} {% capture url %}/{{ coll.label }}{% endcapture %} {% endif %} {% endif %} {% endfor %}
{% if page.title %}

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

{% endif %} {{ content }}