{% include docs/head.html %}
{% include docs/navbar.html %}
{% include docs/sidebar-started.html %}
{% if page.toc %}
{{ content | toc_only }}
{% endif %}
{{ page.title | smartify }}
{{ page.description | smartify }}
{{ content }}
{% include docs/scripts.html %} {% include svg-icons.html %}