{% extends "base.html" %} {% block title %}{{ page.title }} · Guide · {{ app_name }}{% endblock %} {% block body %}

Guide › {{ page.section }}

{{ page.title }}

{% if page.summary %}

{{ page.summary }}

{% endif %} {{ page.html | safe }}

This page is docs/{{ page.slug }}.md in the repo. Spotted a mistake? Tell us how to report it →

{% if page.toc %} {% endif %}
{% endblock %} {% block scripts %}{% endblock %}