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