--- layout: default ---

{{ page.title }}

{{ content }}
{% if page.previous %} {% endif %}
{% if page.next %} {% endif %}
{% if page.next or page.previous %}

Jump to...

{% endif %} {% assign col = site.collections | where: "label", page.collection %} {% for all in col %} {% for a in all.docs %} {% if a.title != page.title %}

{% endif %} {% endfor %%} {% endfor %%}
{% if page.date %}

Last updated: {{ page.date | date: "%a, %b %d, %Y" }}

{% endif %}