{{ document.title|default('API Star', True) }}

{% if document.description %}

{{ document.description }}

{% endif %}
{% if 'shell' in langs %}{% include "apistar/docs/langs/intro/shell.html" %}{% endif %} {% if 'python' in langs %}{% include "apistar/docs/langs/intro/python.html" %}{% endif %} {% if 'javascript' in langs %}{% include "apistar/docs/langs/intro/javascript.html" %}{% endif %}
{% for section_key, section in document.data.items() %} {% if section_key %}

{{ section_key }}

{% endif %} {% for link_key, link in section.links.items() %} {% include "apistar/docs/layout/link.html" %} {% endfor %} {% endfor %} {% for link_key, link in document.links.items() %} {% include "apistar/docs/layout/link.html" %} {% endfor %}