{% include theme_head.html %}
{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}
{% assign cur = page.url | replace: '.html', '' | split: '/' | last %} {% include header.html %}
{% include docs_sidebar.html %}
{{ content }}
{% include github_stars.html %}