{% include header.html %}
Skip to main content
{% include nav/main.html %}
{{ page.title }}
{{ page.lead }}
{{ content }}
{% if page.slug == "getting-started" %} {% include nav/getting-started.html %} {% endif %} {% if page.slug == "components" %} {% include nav/components.html %} {% endif %} {% if page.slug == "javascript" %} {% include nav/javascript.html %} {% endif %} {% if page.slug == "extensions" %} {% include nav/extensions.html %} {% endif %} {% if page.slug == "customize" %} {% include nav/customize.html %} {% endif %} {% if page.slug == "migration" %} {% include nav/migration.html %} {% endif %}
{% include footer.html %}