Bootstrap
Getting started {% if page.slug == "getting-started" %}
    {% include nav/getting-started.html %}
{% endif %}
CSS {% if page.slug == "css" %}
    {% include nav/css.html %}
{% endif %}
Components {% if page.slug == "components" %}
    {% include nav/components.html %}
{% endif %}
JavaScript {% if page.slug == "js" %}
    {% include nav/javascript.html %}
{% endif %}
Customize {% if page.slug == "customize" %}
    {% include nav/customize.html %}
{% endif %}
About {% if page.slug == "js" %}
    {% include nav/about.html %}
{% endif %}