--- layout: default --- {% for coll in site.collections %} {% if coll.sidebar %}

{{ coll.caption }}

{% for page in coll.docs %}

{{ page.title | remove_first: coll.label | remove_first: '/ '}}

{% endfor %} {% endif %} {% endfor %}
{% for group in site.data.sidebar %}
{{ group[0] }} {% for link in group[1] %} {{ link.first[0] }} {% endfor %}
{% endfor %}
{% if page.title %}

{{ page.title }}

{% endif %} {{ content }}