{% include head.html %}
{% include header.html %}
{{ content }}
{% if site.show_downloads %}
Download
ZIP File
Download
TAR Ball
View On
GitHub
{% endif %} {% for section in site.collections %} {% if section.docs.size > 0 %}
{% if section.label != "front" %} {% if section.nav %} {% if page.collection != section.label %}
{% else %}
{% endif %}
{{ section.nav }}
{% else %} {% if page.collection != section.label %}
{% else %}
{% endif %}
{{ section.label | capitalize }}
{% endif %} {% endif %}
{% for doc in section.docs %} {% if doc.url == page.url %}
{{ doc.title }}
{% else %}
{{ doc.title }}
{% endif %} {% endfor %}
{% endif %} {% endfor %}
{% include footer.html %}