{% include head.html %} {% include google-analytics.html %}
{% include header.html %}
{% include sidebar.html %}
{% include editable.html %}
{% assign crumbs = page.url | append: "/" | replace: '//', '/' | split: '/' %} {% for crumb in crumbs offset: 1 %}{% if crumb != "index" %}{% if forloop.last %}
{{ page.title }}
{% else %} {% if page.url != "/docs/" %}
{% if crumb == "docs" %}Documentation{% else %}{{ crumb | replace:'-',' ' | remove:'.html' | capitalize }}{% endif %}
{% endif %}{% endif %} {% endif %}{% endfor %}
{{ content }} {% if section.links %}
{% for child in section.links %}
{{ child.title }}
{{ child.description }}
{% endfor %}
{% endif %} {% include feedback.html %}
{% include footer.html %}
{% include scripts.html %}