--- title: docs layout: default bodyclass: docs --- {% include doc-top-nav.html %} {% assign current = page.url | downcase | split: '/' %} {% if current[1] == 'docs' %}
{% include doc-side-nav.html %}
{{ content }}
{% else %} {% if page.type == 'markdown' %}
{{ content }}
{% else %} {{ content }} {% endif %} {% endif %}