{% include header.html %}
Skip to main content
{% include nav-main.html %}
{{ page.title }}
{{ page.lead }}
{{ content }}
{% if page.slug == "index" %} {% include nav-index.html %} {% elsif page.slug == "css" %} {% include nav-css.html %} {% elsif page.slug == "components" %} {% include nav-components.html %} {% elsif page.slug == "js" %} {% include nav-javascript.html %} {% endif %}
Back to top
{% include footer.html %}